@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: omers - Multipurpose eCommerce HTML Template 
    Description: Omers – Multipurpose eCommerce HTML Template is a modern, flexible, and fully responsive website template designed for building professional online stores across a wide range of industries. Whether you're launching a fashion shop, electronics store, furniture marketplace, or digital products site, Omers provides a clean and scalable foundation.
    Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
	*** THEME CSS***
	-----------------
	01. Theme Default
	02. Common Classes
	03. Default Spacing


/* TABLE OF CONTENT
============================

*** Template Components ***
============================
	01. Variable CSS
	02. Common CSS
	03. Backgrond CSS
	04. Button CSS
	05. Icon box CSS
	06. Heading CSS
	07. Spacing CSS
	08. Section title CSS
	09. Form Filed CSS
	10. Animation CSS
	11. Top Header CSS
	12. Header CSS
	13. Offcanvas CSS
	14. Bnnaer CSS
	15. Services CSS
	16. Text Slider CSS
	17. About Us CSS
	18. Projects CSS
	19. Features CSS
	20. Messages CSS
	21. Testimonial CSS
	22. Team CSS
	23. FAQ CSS
	24. Blog CSS
	25. Counter CSS
	26. Video CSS
	27. Work process CSS
	28. Brand CSS
	29. Footer CSS
	30. Page header CSS

*** Template Pages ***
=========================
31. shop Details Page CSS
32. blog page CSS
33. blog details page CSS
34. shop products one page CSS
35. shop products two page CSS
35. shop products three page CSS
36. Contact us page CSS
============================
*/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --sb-white: #FFF;
  --sb-black: #000;
  --sb-dark: #1f1f1f;
  --sb-primary: #21768E;
  --sb-secondary: #8C4D28;
  --sb-ternary: #018CE9;
  --sb-title: #01253D;
  --sb-body-color: #878c8f;
  --sb-border: #032331;
  --sb-dark-color:#01253D;
  --sb-bg-two: #F6F6F6;
  --sb-bg: #e9eff2;
  --sb-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  --sb-box-shadow-two:box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  --sb-overlay-color: #001C52;
  --sb-gradient: linear-gradient(90deg, #21768e 0%, #294750 100%);
}

:root {
  --Urbanist: "Urbanist", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

/* Otherwise, use `::-webkit-scrollbar-*` pseudo-elements */
@supports selector(::-webkit-scrollbar) {
  ::-webkit-scrollbar {
    background: var(--sb-bg);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--sb-primary);
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: var(--sb-secondary);
  }
}
/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--Urbanist);
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--sb-black);
}

ul,
figure {
  margin: 0px !important;
  padding: 0px;
  list-style: none;
}

p,
span,
a {
  font-family: var(--Urbanist);
  font-size: 18px;
  font-weight: 500;
  color: var(--sb-body-color);
  line-height: 28px;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  p,
  span,
  a {
    font-size: 16px;
  }
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  font-size: 16px;
  background: transparent;
  font-weight: 500;
  border: 0;
  border: none;
  text-transform: capitalize;
  width: 100%;
}

*::placeholder {
  font-size: 16px;
  opacity: 1;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  /* This keeps the border from changing color if you want a flat look */
  border-color: #dee2e6;
}

@media screen and (max-width: 576px) {
  h2 br,
  h1 br,
  p br {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  br {
    display: none;
  }
}
.filter-menu {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1000;
}

.filter-menu.active {
  display: block;
}

.w-img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11 !important;
}

.br-20 {
  border-radius: 20px;
}

.br-15 {
  border-radius: 15px;
}

.br-10 {
  border-radius: 10px;
}

.br-8 {
  border-radius: 8px;
}

.overlay {
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}

.op-sec {
  color: var(--sb-secondary);
}

.op-pri {
  color: var(--sb-primary) !important;
}

.op-ter {
  color: var(--sb-ternary) !important;
}

.op-bg-ter {
  background-color: var(--sb-ternary) !important;
}

.dark-color {
  color: var(--sb-dark-color);
}

.op-primary {
  background-color: var(--sb-primary);
}

.op-bg-sec {
  background-color: var(--sb-secondary);
}

.op-bg {
  background-color: var(--sb-bg-two);
}

.op-bg-two {
  background-color: #EEEEEE;
}

.op-body-color-2 {
  color: #B7BFB4;
}

.op-bg-three {
  background-color: #2B2927;
}

.op-white {
  color: var(--sb-white);
}

.op-title {
  color: var(--sb-title);
}

.op-body-color {
  color: var(--sb-body-color);
}

.bg-two {
  background-color: #f5f8fa;
}

.f-w-500 {
  font-weight: 500 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.f-w-400 {
  font-weight: 400 !important;
}

.fs-20 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.fs-20-black {
  color: var(--sb-title);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-18 {
  font-weight: 600;
  font-size: 18px;
  color: #032331;
  line-height: 1.67;
}
.fs-18-white {
  color: #878C8F;
}
.fs-18-dark {
  color: var(--sb-dark-color);
}
.fs-18-white2 {
  color: var(--sb-white);
}
.fs-18-white3 {
  color: #6e5946;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.47;
  color: var(--sb-title);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fs-24 {
    font-size: 20px;
  }
}
.fs-24-white {
  color: var(--sb-white);
}
.fs-24-2 {
  color: #2b2927;
}
.fs-24-three {
  color: var(--sb-body-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-24 {
    font-size: 20px;
  }
}
.fs-24-four {
  color: #01253d;
}

.fs-14 {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: #000;
}
.fs-14-white {
  color: var(--sb-white);
}

.fs-16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: #c1cbd0;
}
.fs-16-white {
  color: var(--sb-white);
}
.fs-16-white2 {
  color: #878c8f;
  font-weight: 400;
}
.fs-16-black {
  color: #121212;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-40 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: var(--sb-title);
}
.fs-40-white {
  color: var(--sb-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fs-40 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fs-40 {
    font-size: 30px;
  }
}

.fs-45 {
  font-weight: 600;
  font-size: 45px;
  color: var(--sb-white);
}
.fs-45-two {
  color: var(--sb-title);
}
.fs-45-three {
  color: #2b2927;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .fs-45 {
    font-size: 35px;
  }
}

.fs-30 {
  font-weight: 600;
  font-size: 30px;
  color: var(--sb-title);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fs-30 {
    font-size: 24px;
  }
}
.fs-30-white {
  color: var(--sb-white);
}

.bg-img {
  background-size: cover;
  position: relative;
  object-position: center;
}
.bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--sb-ternary);
  opacity: 95%;
}

.lh-175 {
  line-height: 1.75;
}

.op-bgColor-box-item {
  width: 15px;
  height: 15px;
  background-color: var(--sb-title);
  border-radius: 50%;
}
.op-bgColor-box-item:nth-child(2) {
  background-color: #ACCADD;
}
.op-bgColor-box-item:nth-child(3) {
  background-color: #878C8F;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-19 {
  margin-top: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-31 {
  margin-top: 31px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-33 {
  margin-top: 33px;
}

.mt-34 {
  margin-top: 34px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.mt-38 {
  margin-top: 38px;
}

.mt-39 {
  margin-top: 39px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-41 {
  margin-top: 41px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-43 {
  margin-top: 43px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-47 {
  margin-top: 47px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-49 {
  margin-top: 49px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-51 {
  margin-top: 51px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-53 {
  margin-top: 53px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-57 {
  margin-top: 57px;
}

.mt-58 {
  margin-top: 58px;
}

.mt-59 {
  margin-top: 59px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-61 {
  margin-top: 61px;
}

.mt-62 {
  margin-top: 62px;
}

.mt-63 {
  margin-top: 63px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-66 {
  margin-top: 66px;
}

.mt-67 {
  margin-top: 67px;
}

.mt-68 {
  margin-top: 68px;
}

.mt-69 {
  margin-top: 69px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-71 {
  margin-top: 71px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-73 {
  margin-top: 73px;
}

.mt-74 {
  margin-top: 74px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-76 {
  margin-top: 76px;
}

.mt-77 {
  margin-top: 77px;
}

.mt-78 {
  margin-top: 78px;
}

.mt-79 {
  margin-top: 79px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-81 {
  margin-top: 81px;
}

.mt-82 {
  margin-top: 82px;
}

.mt-83 {
  margin-top: 83px;
}

.mt-84 {
  margin-top: 84px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-86 {
  margin-top: 86px;
}

.mt-87 {
  margin-top: 87px;
}

.mt-88 {
  margin-top: 88px;
}

.mt-89 {
  margin-top: 89px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-91 {
  margin-top: 91px;
}

.mt-92 {
  margin-top: 92px;
}

.mt-93 {
  margin-top: 93px;
}

.mt-94 {
  margin-top: 94px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-97 {
  margin-top: 97px;
}

.mt-98 {
  margin-top: 98px;
}

.mt-99 {
  margin-top: 99px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-101 {
  margin-top: 101px;
}

.mt-102 {
  margin-top: 102px;
}

.mt-103 {
  margin-top: 103px;
}

.mt-104 {
  margin-top: 104px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-106 {
  margin-top: 106px;
}

.mt-107 {
  margin-top: 107px;
}

.mt-108 {
  margin-top: 108px;
}

.mt-109 {
  margin-top: 109px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-111 {
  margin-top: 111px;
}

.mt-112 {
  margin-top: 112px;
}

.mt-113 {
  margin-top: 113px;
}

.mt-114 {
  margin-top: 114px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-116 {
  margin-top: 116px;
}

.mt-117 {
  margin-top: 117px;
}

.mt-118 {
  margin-top: 118px;
}

.mt-119 {
  margin-top: 119px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-121 {
  margin-top: 121px;
}

.mt-122 {
  margin-top: 122px;
}

.mt-123 {
  margin-top: 123px;
}

.mt-124 {
  margin-top: 124px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-126 {
  margin-top: 126px;
}

.mt-127 {
  margin-top: 127px;
}

.mt-128 {
  margin-top: 128px;
}

.mt-129 {
  margin-top: 129px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-131 {
  margin-top: 131px;
}

.mt-132 {
  margin-top: 132px;
}

.mt-133 {
  margin-top: 133px;
}

.mt-134 {
  margin-top: 134px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-136 {
  margin-top: 136px;
}

.mt-137 {
  margin-top: 137px;
}

.mt-138 {
  margin-top: 138px;
}

.mt-139 {
  margin-top: 139px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-141 {
  margin-top: 141px;
}

.mt-142 {
  margin-top: 142px;
}

.mt-143 {
  margin-top: 143px;
}

.mt-144 {
  margin-top: 144px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-146 {
  margin-top: 146px;
}

.mt-147 {
  margin-top: 147px;
}

.mt-148 {
  margin-top: 148px;
}

.mt-149 {
  margin-top: 149px;
}

.mt-150 {
  margin-top: 150px;
}

/*-- Margin Bottom --*/
.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-61 {
  margin-bottom: 61px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mb-63 {
  margin-bottom: 63px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mb-67 {
  margin-bottom: 67px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mb-69 {
  margin-bottom: 69px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mb-99 {
  margin-bottom: 99px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-101 {
  margin-bottom: 101px;
}

.mb-102 {
  margin-bottom: 102px;
}

.mb-103 {
  margin-bottom: 103px;
}

.mb-104 {
  margin-bottom: 104px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-106 {
  margin-bottom: 106px;
}

.mb-107 {
  margin-bottom: 107px;
}

.mb-108 {
  margin-bottom: 108px;
}

.mb-109 {
  margin-bottom: 109px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-111 {
  margin-bottom: 111px;
}

.mb-112 {
  margin-bottom: 112px;
}

.mb-113 {
  margin-bottom: 113px;
}

.mb-114 {
  margin-bottom: 114px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-116 {
  margin-bottom: 116px;
}

.mb-117 {
  margin-bottom: 117px;
}

.mb-118 {
  margin-bottom: 118px;
}

.mb-119 {
  margin-bottom: 119px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-121 {
  margin-bottom: 121px;
}

.mb-122 {
  margin-bottom: 122px;
}

.mb-123 {
  margin-bottom: 123px;
}

.mb-124 {
  margin-bottom: 124px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-126 {
  margin-bottom: 126px;
}

.mb-127 {
  margin-bottom: 127px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mb-129 {
  margin-bottom: 129px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-131 {
  margin-bottom: 131px;
}

.mb-132 {
  margin-bottom: 132px;
}

.mb-133 {
  margin-bottom: 133px;
}

.mb-134 {
  margin-bottom: 134px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-136 {
  margin-bottom: 136px;
}

.mb-137 {
  margin-bottom: 137px;
}

.mb-138 {
  margin-bottom: 138px;
}

.mb-139 {
  margin-bottom: 139px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-141 {
  margin-bottom: 141px;
}

.mb-142 {
  margin-bottom: 142px;
}

.mb-143 {
  margin-bottom: 143px;
}

.mb-144 {
  margin-bottom: 144px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-146 {
  margin-bottom: 146px;
}

.mb-147 {
  margin-bottom: 147px;
}

.mb-148 {
  margin-bottom: 148px;
}

.mb-149 {
  margin-bottom: 149px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*-- Margin Left --*/
.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-17 {
  margin-left: 17px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-19 {
  margin-left: 19px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-21 {
  margin-left: 21px;
}

.ml-22 {
  margin-left: 22px;
}

.ml-23 {
  margin-left: 23px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-26 {
  margin-left: 26px;
}

.ml-27 {
  margin-left: 27px;
}

.ml-28 {
  margin-left: 28px;
}

.ml-29 {
  margin-left: 29px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-31 {
  margin-left: 31px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-33 {
  margin-left: 33px;
}

.ml-34 {
  margin-left: 34px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-36 {
  margin-left: 36px;
}

.ml-37 {
  margin-left: 37px;
}

.ml-38 {
  margin-left: 38px;
}

.ml-39 {
  margin-left: 39px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-41 {
  margin-left: 41px;
}

.ml-42 {
  margin-left: 42px;
}

.ml-43 {
  margin-left: 43px;
}

.ml-44 {
  margin-left: 44px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-46 {
  margin-left: 46px;
}

.ml-47 {
  margin-left: 47px;
}

.ml-48 {
  margin-left: 48px;
}

.ml-49 {
  margin-left: 49px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-51 {
  margin-left: 51px;
}

.ml-52 {
  margin-left: 52px;
}

.ml-53 {
  margin-left: 53px;
}

.ml-54 {
  margin-left: 54px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-56 {
  margin-left: 56px;
}

.ml-57 {
  margin-left: 57px;
}

.ml-58 {
  margin-left: 58px;
}

.ml-59 {
  margin-left: 59px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-61 {
  margin-left: 61px;
}

.ml-62 {
  margin-left: 62px;
}

.ml-63 {
  margin-left: 63px;
}

.ml-64 {
  margin-left: 64px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-66 {
  margin-left: 66px;
}

.ml-67 {
  margin-left: 67px;
}

.ml-68 {
  margin-left: 68px;
}

.ml-69 {
  margin-left: 69px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-71 {
  margin-left: 71px;
}

.ml-72 {
  margin-left: 72px;
}

.ml-73 {
  margin-left: 73px;
}

.ml-74 {
  margin-left: 74px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-76 {
  margin-left: 76px;
}

.ml-77 {
  margin-left: 77px;
}

.ml-78 {
  margin-left: 78px;
}

.ml-79 {
  margin-left: 79px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-81 {
  margin-left: 81px;
}

.ml-82 {
  margin-left: 82px;
}

.ml-83 {
  margin-left: 83px;
}

.ml-84 {
  margin-left: 84px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-86 {
  margin-left: 86px;
}

.ml-87 {
  margin-left: 87px;
}

.ml-88 {
  margin-left: 88px;
}

.ml-89 {
  margin-left: 89px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-91 {
  margin-left: 91px;
}

.ml-92 {
  margin-left: 92px;
}

.ml-93 {
  margin-left: 93px;
}

.ml-94 {
  margin-left: 94px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-96 {
  margin-left: 96px;
}

.ml-97 {
  margin-left: 97px;
}

.ml-98 {
  margin-left: 98px;
}

.ml-99 {
  margin-left: 99px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-101 {
  margin-left: 101px;
}

.ml-102 {
  margin-left: 102px;
}

.ml-103 {
  margin-left: 103px;
}

.ml-104 {
  margin-left: 104px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-106 {
  margin-left: 106px;
}

.ml-107 {
  margin-left: 107px;
}

.ml-108 {
  margin-left: 108px;
}

.ml-109 {
  margin-left: 109px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-111 {
  margin-left: 111px;
}

.ml-112 {
  margin-left: 112px;
}

.ml-113 {
  margin-left: 113px;
}

.ml-114 {
  margin-left: 114px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-116 {
  margin-left: 116px;
}

.ml-117 {
  margin-left: 117px;
}

.ml-118 {
  margin-left: 118px;
}

.ml-119 {
  margin-left: 119px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-121 {
  margin-left: 121px;
}

.ml-122 {
  margin-left: 122px;
}

.ml-123 {
  margin-left: 123px;
}

.ml-124 {
  margin-left: 124px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-126 {
  margin-left: 126px;
}

.ml-127 {
  margin-left: 127px;
}

.ml-128 {
  margin-left: 128px;
}

.ml-129 {
  margin-left: 129px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-131 {
  margin-left: 131px;
}

.ml-132 {
  margin-left: 132px;
}

.ml-133 {
  margin-left: 133px;
}

.ml-134 {
  margin-left: 134px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-136 {
  margin-left: 136px;
}

.ml-137 {
  margin-left: 137px;
}

.ml-138 {
  margin-left: 138px;
}

.ml-139 {
  margin-left: 139px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-141 {
  margin-left: 141px;
}

.ml-142 {
  margin-left: 142px;
}

.ml-143 {
  margin-left: 143px;
}

.ml-144 {
  margin-left: 144px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-146 {
  margin-left: 146px;
}

.ml-147 {
  margin-left: 147px;
}

.ml-148 {
  margin-left: 148px;
}

.ml-149 {
  margin-left: 149px;
}

.ml-150 {
  margin-left: 150px;
}

/*-- Margin Right --*/
.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-11 {
  margin-right: 11px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-13 {
  margin-right: 13px;
}

.mr-14 {
  margin-right: 14px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-17 {
  margin-right: 17px;
}

.mr-18 {
  margin-right: 18px;
}

.mr-19 {
  margin-right: 19px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-21 {
  margin-right: 21px;
}

.mr-22 {
  margin-right: 22px;
}

.mr-23 {
  margin-right: 23px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-26 {
  margin-right: 26px;
}

.mr-27 {
  margin-right: 27px;
}

.mr-28 {
  margin-right: 28px;
}

.mr-29 {
  margin-right: 29px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-31 {
  margin-right: 31px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-33 {
  margin-right: 33px;
}

.mr-34 {
  margin-right: 34px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-36 {
  margin-right: 36px;
}

.mr-37 {
  margin-right: 37px;
}

.mr-38 {
  margin-right: 38px;
}

.mr-39 {
  margin-right: 39px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-41 {
  margin-right: 41px;
}

.mr-42 {
  margin-right: 42px;
}

.mr-43 {
  margin-right: 43px;
}

.mr-44 {
  margin-right: 44px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-46 {
  margin-right: 46px;
}

.mr-47 {
  margin-right: 47px;
}

.mr-48 {
  margin-right: 48px;
}

.mr-49 {
  margin-right: 49px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-51 {
  margin-right: 51px;
}

.mr-52 {
  margin-right: 52px;
}

.mr-53 {
  margin-right: 53px;
}

.mr-54 {
  margin-right: 54px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-56 {
  margin-right: 56px;
}

.mr-57 {
  margin-right: 57px;
}

.mr-58 {
  margin-right: 58px;
}

.mr-59 {
  margin-right: 59px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-61 {
  margin-right: 61px;
}

.mr-62 {
  margin-right: 62px;
}

.mr-63 {
  margin-right: 63px;
}

.mr-64 {
  margin-right: 64px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-66 {
  margin-right: 66px;
}

.mr-67 {
  margin-right: 67px;
}

.mr-68 {
  margin-right: 68px;
}

.mr-69 {
  margin-right: 69px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-71 {
  margin-right: 71px;
}

.mr-72 {
  margin-right: 72px;
}

.mr-73 {
  margin-right: 73px;
}

.mr-74 {
  margin-right: 74px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-76 {
  margin-right: 76px;
}

.mr-77 {
  margin-right: 77px;
}

.mr-78 {
  margin-right: 78px;
}

.mr-79 {
  margin-right: 79px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-81 {
  margin-right: 81px;
}

.mr-82 {
  margin-right: 82px;
}

.mr-83 {
  margin-right: 83px;
}

.mr-84 {
  margin-right: 84px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-86 {
  margin-right: 86px;
}

.mr-87 {
  margin-right: 87px;
}

.mr-88 {
  margin-right: 88px;
}

.mr-89 {
  margin-right: 89px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-91 {
  margin-right: 91px;
}

.mr-92 {
  margin-right: 92px;
}

.mr-93 {
  margin-right: 93px;
}

.mr-94 {
  margin-right: 94px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-96 {
  margin-right: 96px;
}

.mr-97 {
  margin-right: 97px;
}

.mr-98 {
  margin-right: 98px;
}

.mr-99 {
  margin-right: 99px;
}

.mr-100 {
  margin-right: 100px;
}

/*-- Padding Top --*/
.pt-1 {
  padding-top: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-11 {
  padding-top: 11px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-13 {
  padding-top: 13px;
}

.pt-14 {
  padding-top: 14px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-17 {
  padding-top: 17px;
}

.pt-18 {
  padding-top: 18px;
}

.pt-19 {
  padding-top: 19px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-21 {
  padding-top: 21px;
}

.pt-22 {
  padding-top: 22px;
}

.pt-23 {
  padding-top: 23px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-26 {
  padding-top: 26px;
}

.pt-27 {
  padding-top: 27px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-29 {
  padding-top: 29px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-31 {
  padding-top: 31px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-33 {
  padding-top: 33px;
}

.pt-34 {
  padding-top: 34px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-36 {
  padding-top: 36px;
}

.pt-37 {
  padding-top: 37px;
}

.pt-38 {
  padding-top: 38px;
}

.pt-39 {
  padding-top: 39px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-41 {
  padding-top: 41px;
}

.pt-42 {
  padding-top: 42px;
}

.pt-43 {
  padding-top: 43px;
}

.pt-44 {
  padding-top: 44px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-46 {
  padding-top: 46px;
}

.pt-47 {
  padding-top: 47px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-49 {
  padding-top: 49px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-51 {
  padding-top: 51px;
}

.pt-52 {
  padding-top: 52px;
}

.pt-53 {
  padding-top: 53px;
}

.pt-54 {
  padding-top: 54px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-57 {
  padding-top: 57px;
}

.pt-58 {
  padding-top: 58px;
}

.pt-59 {
  padding-top: 59px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-61 {
  padding-top: 61px;
}

.pt-62 {
  padding-top: 62px;
}

.pt-63 {
  padding-top: 63px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-66 {
  padding-top: 66px;
}

.pt-67 {
  padding-top: 67px;
}

.pt-68 {
  padding-top: 68px;
}

.pt-69 {
  padding-top: 69px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-71 {
  padding-top: 71px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-73 {
  padding-top: 73px;
}

.pt-74 {
  padding-top: 74px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-76 {
  padding-top: 76px;
}

.pt-77 {
  padding-top: 77px;
}

.pt-78 {
  padding-top: 78px;
}

.pt-79 {
  padding-top: 79px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-81 {
  padding-top: 81px;
}

.pt-82 {
  padding-top: 82px;
}

.pt-83 {
  padding-top: 83px;
}

.pt-84 {
  padding-top: 84px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-86 {
  padding-top: 86px;
}

.pt-87 {
  padding-top: 87px;
}

.pt-88 {
  padding-top: 88px;
}

.pt-89 {
  padding-top: 89px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-91 {
  padding-top: 91px;
}

.pt-92 {
  padding-top: 92px;
}

.pt-93 {
  padding-top: 93px;
}

.pt-94 {
  padding-top: 94px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-96 {
  padding-top: 96px;
}

.pt-97 {
  padding-top: 97px;
}

.pt-98 {
  padding-top: 98px;
}

.pt-99 {
  padding-top: 99px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-101 {
  padding-top: 101px;
}

.pt-102 {
  padding-top: 102px;
}

.pt-103 {
  padding-top: 103px;
}

.pt-104 {
  padding-top: 104px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-106 {
  padding-top: 106px;
}

.pt-107 {
  padding-top: 107px;
}

.pt-108 {
  padding-top: 108px;
}

.pt-109 {
  padding-top: 109px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-111 {
  padding-top: 111px;
}

.pt-112 {
  padding-top: 112px;
}

.pt-113 {
  padding-top: 113px;
}

.pt-114 {
  padding-top: 114px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-116 {
  padding-top: 116px;
}

.pt-117 {
  padding-top: 117px;
}

.pt-118 {
  padding-top: 118px;
}

.pt-119 {
  padding-top: 119px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-121 {
  padding-top: 121px;
}

.pt-122 {
  padding-top: 122px;
}

.pt-123 {
  padding-top: 123px;
}

.pt-124 {
  padding-top: 124px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-126 {
  padding-top: 126px;
}

.pt-127 {
  padding-top: 127px;
}

.pt-128 {
  padding-top: 128px;
}

.pt-129 {
  padding-top: 129px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-131 {
  padding-top: 131px;
}

.pt-132 {
  padding-top: 132px;
}

.pt-133 {
  padding-top: 133px;
}

.pt-134 {
  padding-top: 134px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-136 {
  padding-top: 136px;
}

.pt-137 {
  padding-top: 137px;
}

.pt-138 {
  padding-top: 138px;
}

.pt-139 {
  padding-top: 139px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-141 {
  padding-top: 141px;
}

.pt-142 {
  padding-top: 142px;
}

.pt-143 {
  padding-top: 143px;
}

.pt-144 {
  padding-top: 144px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-146 {
  padding-top: 146px;
}

.pt-147 {
  padding-top: 147px;
}

.pt-148 {
  padding-top: 148px;
}

.pt-149 {
  padding-top: 149px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-151 {
  padding-top: 151px;
}

.pt-152 {
  padding-top: 152px;
}

.pt-153 {
  padding-top: 153px;
}

.pt-154 {
  padding-top: 154px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-156 {
  padding-top: 156px;
}

.pt-157 {
  padding-top: 157px;
}

.pt-158 {
  padding-top: 158px;
}

.pt-159 {
  padding-top: 159px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-161 {
  padding-top: 161px;
}

.pt-162 {
  padding-top: 162px;
}

.pt-163 {
  padding-top: 163px;
}

.pt-164 {
  padding-top: 164px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-166 {
  padding-top: 166px;
}

.pt-167 {
  padding-top: 167px;
}

.pt-168 {
  padding-top: 168px;
}

.pt-169 {
  padding-top: 169px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-171 {
  padding-top: 171px;
}

.pt-172 {
  padding-top: 172px;
}

.pt-173 {
  padding-top: 173px;
}

.pt-174 {
  padding-top: 174px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-176 {
  padding-top: 176px;
}

.pt-177 {
  padding-top: 177px;
}

.pt-178 {
  padding-top: 178px;
}

.pt-179 {
  padding-top: 179px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-181 {
  padding-top: 181px;
}

.pt-182 {
  padding-top: 182px;
}

.pt-183 {
  padding-top: 183px;
}

.pt-184 {
  padding-top: 184px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-186 {
  padding-top: 186px;
}

.pt-187 {
  padding-top: 187px;
}

.pt-188 {
  padding-top: 188px;
}

.pt-189 {
  padding-top: 189px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-191 {
  padding-top: 191px;
}

.pt-192 {
  padding-top: 192px;
}

.pt-193 {
  padding-top: 193px;
}

.pt-194 {
  padding-top: 194px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-196 {
  padding-top: 196px;
}

.pt-197 {
  padding-top: 197px;
}

.pt-198 {
  padding-top: 198px;
}

.pt-199 {
  padding-top: 199px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pb-19 {
  padding-bottom: 19px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-31 {
  padding-bottom: 31px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-33 {
  padding-bottom: 33px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pb-37 {
  padding-bottom: 37px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pb-39 {
  padding-bottom: 39px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-41 {
  padding-bottom: 41px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pb-43 {
  padding-bottom: 43px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-46 {
  padding-bottom: 46px;
}

.pb-47 {
  padding-bottom: 47px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-49 {
  padding-bottom: 49px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-51 {
  padding-bottom: 51px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pb-53 {
  padding-bottom: 53px;
}

.pb-54 {
  padding-bottom: 54px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-57 {
  padding-bottom: 57px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pb-59 {
  padding-bottom: 59px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-61 {
  padding-bottom: 61px;
}

.pb-62 {
  padding-bottom: 62px;
}

.pb-63 {
  padding-bottom: 63px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-66 {
  padding-bottom: 66px;
}

.pb-67 {
  padding-bottom: 67px;
}

.pb-68 {
  padding-bottom: 68px;
}

.pb-69 {
  padding-bottom: 69px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-71 {
  padding-bottom: 71px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-73 {
  padding-bottom: 73px;
}

.pb-74 {
  padding-bottom: 74px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pb-77 {
  padding-bottom: 77px;
}

.pb-78 {
  padding-bottom: 78px;
}

.pb-79 {
  padding-bottom: 79px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-81 {
  padding-bottom: 81px;
}

.pb-82 {
  padding-bottom: 82px;
}

.pb-83 {
  padding-bottom: 83px;
}

.pb-84 {
  padding-bottom: 84px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-86 {
  padding-bottom: 86px;
}

.pb-87 {
  padding-bottom: 87px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pb-89 {
  padding-bottom: 89px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-91 {
  padding-bottom: 91px;
}

.pb-92 {
  padding-bottom: 92px;
}

.pb-93 {
  padding-bottom: 93px;
}

.pb-94 {
  padding-bottom: 94px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pb-97 {
  padding-bottom: 97px;
}

.pb-98 {
  padding-bottom: 98px;
}

.pb-99 {
  padding-bottom: 99px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-101 {
  padding-bottom: 101px;
}

.pb-102 {
  padding-bottom: 102px;
}

.pb-103 {
  padding-bottom: 103px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-106 {
  padding-bottom: 106px;
}

.pb-107 {
  padding-bottom: 107px;
}

.pb-108 {
  padding-bottom: 108px;
}

.pb-109 {
  padding-bottom: 109px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-111 {
  padding-bottom: 111px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pb-113 {
  padding-bottom: 113px;
}

.pb-114 {
  padding-bottom: 114px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-116 {
  padding-bottom: 116px;
}

.pb-117 {
  padding-bottom: 117px;
}

.pb-118 {
  padding-bottom: 118px;
}

.pb-119 {
  padding-bottom: 119px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-121 {
  padding-bottom: 121px;
}

.pb-122 {
  padding-bottom: 122px;
}

.pb-123 {
  padding-bottom: 123px;
}

.pb-124 {
  padding-bottom: 124px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-126 {
  padding-bottom: 126px;
}

.pb-127 {
  padding-bottom: 127px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pb-129 {
  padding-bottom: 129px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-131 {
  padding-bottom: 131px;
}

.pb-132 {
  padding-bottom: 132px;
}

.pb-133 {
  padding-bottom: 133px;
}

.pb-134 {
  padding-bottom: 134px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-136 {
  padding-bottom: 136px;
}

.pb-137 {
  padding-bottom: 137px;
}

.pb-138 {
  padding-bottom: 138px;
}

.pb-139 {
  padding-bottom: 139px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-141 {
  padding-bottom: 141px;
}

.pb-142 {
  padding-bottom: 142px;
}

.pb-143 {
  padding-bottom: 143px;
}

.pb-144 {
  padding-bottom: 144px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-146 {
  padding-bottom: 146px;
}

.pb-147 {
  padding-bottom: 147px;
}

.pb-148 {
  padding-bottom: 148px;
}

.pb-149 {
  padding-bottom: 149px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-151 {
  padding-bottom: 151px;
}

.pb-152 {
  padding-bottom: 152px;
}

.pb-153 {
  padding-bottom: 153px;
}

.pb-154 {
  padding-bottom: 154px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-156 {
  padding-bottom: 156px;
}

.pb-157 {
  padding-bottom: 157px;
}

.pb-158 {
  padding-bottom: 158px;
}

.pb-159 {
  padding-bottom: 159px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-161 {
  padding-bottom: 161px;
}

.pb-162 {
  padding-bottom: 162px;
}

.pb-163 {
  padding-bottom: 163px;
}

.pb-164 {
  padding-bottom: 164px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-166 {
  padding-bottom: 166px;
}

.pb-167 {
  padding-bottom: 167px;
}

.pb-168 {
  padding-bottom: 168px;
}

.pb-169 {
  padding-bottom: 169px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-171 {
  padding-bottom: 171px;
}

.pb-172 {
  padding-bottom: 172px;
}

.pb-173 {
  padding-bottom: 173px;
}

.pb-174 {
  padding-bottom: 174px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-176 {
  padding-bottom: 176px;
}

.pb-177 {
  padding-bottom: 177px;
}

.pb-178 {
  padding-bottom: 178px;
}

.pb-179 {
  padding-bottom: 179px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-181 {
  padding-bottom: 181px;
}

.pb-182 {
  padding-bottom: 182px;
}

.pb-183 {
  padding-bottom: 183px;
}

.pb-184 {
  padding-bottom: 184px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-186 {
  padding-bottom: 186px;
}

.pb-187 {
  padding-bottom: 187px;
}

.pb-188 {
  padding-bottom: 188px;
}

.pb-189 {
  padding-bottom: 189px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-191 {
  padding-bottom: 191px;
}

.pb-192 {
  padding-bottom: 192px;
}

.pb-193 {
  padding-bottom: 193px;
}

.pb-194 {
  padding-bottom: 194px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-196 {
  padding-bottom: 196px;
}

.pb-197 {
  padding-bottom: 197px;
}

.pb-198 {
  padding-bottom: 198px;
}

.pb-199 {
  padding-bottom: 199px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-201 {
  padding-bottom: 201px;
}

.pb-202 {
  padding-bottom: 202px;
}

.pb-203 {
  padding-bottom: 203px;
}

.pb-204 {
  padding-bottom: 204px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-206 {
  padding-bottom: 206px;
}

.pb-207 {
  padding-bottom: 207px;
}

.pb-208 {
  padding-bottom: 208px;
}

.pb-209 {
  padding-bottom: 209px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-211 {
  padding-bottom: 211px;
}

.pb-212 {
  padding-bottom: 212px;
}

.pb-213 {
  padding-bottom: 213px;
}

.pb-214 {
  padding-bottom: 214px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-216 {
  padding-bottom: 216px;
}

.pb-217 {
  padding-bottom: 217px;
}

.pb-218 {
  padding-bottom: 218px;
}

.pb-219 {
  padding-bottom: 219px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-221 {
  padding-bottom: 221px;
}

.pb-222 {
  padding-bottom: 222px;
}

.pb-223 {
  padding-bottom: 223px;
}

.pb-224 {
  padding-bottom: 224px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-226 {
  padding-bottom: 226px;
}

.pb-227 {
  padding-bottom: 227px;
}

.pb-228 {
  padding-bottom: 228px;
}

.pb-229 {
  padding-bottom: 229px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-231 {
  padding-bottom: 231px;
}

.pb-232 {
  padding-bottom: 232px;
}

.pb-233 {
  padding-bottom: 233px;
}

.pb-234 {
  padding-bottom: 234px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-236 {
  padding-bottom: 236px;
}

.pb-237 {
  padding-bottom: 237px;
}

.pb-238 {
  padding-bottom: 238px;
}

.pb-239 {
  padding-bottom: 239px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-241 {
  padding-bottom: 241px;
}

.pb-242 {
  padding-bottom: 242px;
}

.pb-243 {
  padding-bottom: 243px;
}

.pb-244 {
  padding-bottom: 244px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-246 {
  padding-bottom: 246px;
}

.pb-247 {
  padding-bottom: 247px;
}

.pb-248 {
  padding-bottom: 248px;
}

.pb-249 {
  padding-bottom: 249px;
}

.pb-250 {
  padding-bottom: 250px;
}

/*-- Padding Left --*/
.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-11 {
  padding-left: 11px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-13 {
  padding-left: 13px;
}

.pl-14 {
  padding-left: 14px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-17 {
  padding-left: 17px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-19 {
  padding-left: 19px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-21 {
  padding-left: 21px;
}

.pl-22 {
  padding-left: 22px;
}

.pl-23 {
  padding-left: 23px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-26 {
  padding-left: 26px;
}

.pl-27 {
  padding-left: 27px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-29 {
  padding-left: 29px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-31 {
  padding-left: 31px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-33 {
  padding-left: 33px;
}

.pl-34 {
  padding-left: 34px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-36 {
  padding-left: 36px;
}

.pl-37 {
  padding-left: 37px;
}

.pl-38 {
  padding-left: 38px;
}

.pl-39 {
  padding-left: 39px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-41 {
  padding-left: 41px;
}

.pl-42 {
  padding-left: 42px;
}

.pl-43 {
  padding-left: 43px;
}

.pl-44 {
  padding-left: 44px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-46 {
  padding-left: 46px;
}

.pl-47 {
  padding-left: 47px;
}

.pl-48 {
  padding-left: 48px;
}

.pl-49 {
  padding-left: 49px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-51 {
  padding-left: 51px;
}

.pl-52 {
  padding-left: 52px;
}

.pl-53 {
  padding-left: 53px;
}

.pl-54 {
  padding-left: 54px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-56 {
  padding-left: 56px;
}

.pl-57 {
  padding-left: 57px;
}

.pl-58 {
  padding-left: 58px;
}

.pl-59 {
  padding-left: 59px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-61 {
  padding-left: 61px;
}

.pl-62 {
  padding-left: 62px;
}

.pl-63 {
  padding-left: 63px;
}

.pl-64 {
  padding-left: 64px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-66 {
  padding-left: 66px;
}

.pl-67 {
  padding-left: 67px;
}

.pl-68 {
  padding-left: 68px;
}

.pl-69 {
  padding-left: 69px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-71 {
  padding-left: 71px;
}

.pl-72 {
  padding-left: 72px;
}

.pl-73 {
  padding-left: 73px;
}

.pl-74 {
  padding-left: 74px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-76 {
  padding-left: 76px;
}

.pl-77 {
  padding-left: 77px;
}

.pl-78 {
  padding-left: 78px;
}

.pl-79 {
  padding-left: 79px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-81 {
  padding-left: 81px;
}

.pl-82 {
  padding-left: 82px;
}

.pl-83 {
  padding-left: 83px;
}

.pl-84 {
  padding-left: 84px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-86 {
  padding-left: 86px;
}

.pl-87 {
  padding-left: 87px;
}

.pl-88 {
  padding-left: 88px;
}

.pl-89 {
  padding-left: 89px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-91 {
  padding-left: 91px;
}

.pl-92 {
  padding-left: 92px;
}

.pl-93 {
  padding-left: 93px;
}

.pl-94 {
  padding-left: 94px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-96 {
  padding-left: 96px;
}

.pl-97 {
  padding-left: 97px;
}

.pl-98 {
  padding-left: 98px;
}

.pl-99 {
  padding-left: 99px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-101 {
  padding-left: 101px;
}

.pl-102 {
  padding-left: 102px;
}

.pl-103 {
  padding-left: 103px;
}

.pl-104 {
  padding-left: 104px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-106 {
  padding-left: 106px;
}

.pl-107 {
  padding-left: 107px;
}

.pl-108 {
  padding-left: 108px;
}

.pl-109 {
  padding-left: 109px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-111 {
  padding-left: 111px;
}

.pl-112 {
  padding-left: 112px;
}

.pl-113 {
  padding-left: 113px;
}

.pl-114 {
  padding-left: 114px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-116 {
  padding-left: 116px;
}

.pl-117 {
  padding-left: 117px;
}

.pl-118 {
  padding-left: 118px;
}

.pl-119 {
  padding-left: 119px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-121 {
  padding-left: 121px;
}

.pl-122 {
  padding-left: 122px;
}

.pl-123 {
  padding-left: 123px;
}

.pl-124 {
  padding-left: 124px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-126 {
  padding-left: 126px;
}

.pl-127 {
  padding-left: 127px;
}

.pl-128 {
  padding-left: 128px;
}

.pl-129 {
  padding-left: 129px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-131 {
  padding-left: 131px;
}

.pl-132 {
  padding-left: 132px;
}

.pl-133 {
  padding-left: 133px;
}

.pl-134 {
  padding-left: 134px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-136 {
  padding-left: 136px;
}

.pl-137 {
  padding-left: 137px;
}

.pl-138 {
  padding-left: 138px;
}

.pl-139 {
  padding-left: 139px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-141 {
  padding-left: 141px;
}

.pl-142 {
  padding-left: 142px;
}

.pl-143 {
  padding-left: 143px;
}

.pl-144 {
  padding-left: 144px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-146 {
  padding-left: 146px;
}

.pl-147 {
  padding-left: 147px;
}

.pl-148 {
  padding-left: 148px;
}

.pl-149 {
  padding-left: 149px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-151 {
  padding-left: 151px;
}

.pl-152 {
  padding-left: 152px;
}

.pl-153 {
  padding-left: 153px;
}

.pl-154 {
  padding-left: 154px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-156 {
  padding-left: 156px;
}

.pl-157 {
  padding-left: 157px;
}

.pl-158 {
  padding-left: 158px;
}

.pl-159 {
  padding-left: 159px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-161 {
  padding-left: 161px;
}

.pl-162 {
  padding-left: 162px;
}

.pl-163 {
  padding-left: 163px;
}

.pl-164 {
  padding-left: 164px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-166 {
  padding-left: 166px;
}

.pl-167 {
  padding-left: 167px;
}

.pl-168 {
  padding-left: 168px;
}

.pl-169 {
  padding-left: 169px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-171 {
  padding-left: 171px;
}

.pl-172 {
  padding-left: 172px;
}

.pl-173 {
  padding-left: 173px;
}

.pl-174 {
  padding-left: 174px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-176 {
  padding-left: 176px;
}

.pl-177 {
  padding-left: 177px;
}

.pl-178 {
  padding-left: 178px;
}

.pl-179 {
  padding-left: 179px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-181 {
  padding-left: 181px;
}

.pl-182 {
  padding-left: 182px;
}

.pl-183 {
  padding-left: 183px;
}

.pl-184 {
  padding-left: 184px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-186 {
  padding-left: 186px;
}

.pl-187 {
  padding-left: 187px;
}

.pl-188 {
  padding-left: 188px;
}

.pl-189 {
  padding-left: 189px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-191 {
  padding-left: 191px;
}

.pl-192 {
  padding-left: 192px;
}

.pl-193 {
  padding-left: 193px;
}

.pl-194 {
  padding-left: 194px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-196 {
  padding-left: 196px;
}

.pl-197 {
  padding-left: 197px;
}

.pl-198 {
  padding-left: 198px;
}

.pl-199 {
  padding-left: 199px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-11 {
  padding-right: 11px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-13 {
  padding-right: 13px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-18 {
  padding-right: 18px;
}

.pr-19 {
  padding-right: 19px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-21 {
  padding-right: 21px;
}

.pr-22 {
  padding-right: 22px;
}

.pr-23 {
  padding-right: 23px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-26 {
  padding-right: 26px;
}

.pr-27 {
  padding-right: 27px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-29 {
  padding-right: 29px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-31 {
  padding-right: 31px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-33 {
  padding-right: 33px;
}

.pr-34 {
  padding-right: 34px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-36 {
  padding-right: 36px;
}

.pr-37 {
  padding-right: 37px;
}

.pr-38 {
  padding-right: 38px;
}

.pr-39 {
  padding-right: 39px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-41 {
  padding-right: 41px;
}

.pr-42 {
  padding-right: 42px;
}

.pr-43 {
  padding-right: 43px;
}

.pr-44 {
  padding-right: 44px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-46 {
  padding-right: 46px;
}

.pr-47 {
  padding-right: 47px;
}

.pr-48 {
  padding-right: 48px;
}

.pr-49 {
  padding-right: 49px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-51 {
  padding-right: 51px;
}

.pr-52 {
  padding-right: 52px;
}

.pr-53 {
  padding-right: 53px;
}

.pr-54 {
  padding-right: 54px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-56 {
  padding-right: 56px;
}

.pr-57 {
  padding-right: 57px;
}

.pr-58 {
  padding-right: 58px;
}

.pr-59 {
  padding-right: 59px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-61 {
  padding-right: 61px;
}

.pr-62 {
  padding-right: 62px;
}

.pr-63 {
  padding-right: 63px;
}

.pr-64 {
  padding-right: 64px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-66 {
  padding-right: 66px;
}

.pr-67 {
  padding-right: 67px;
}

.pr-68 {
  padding-right: 68px;
}

.pr-69 {
  padding-right: 69px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-71 {
  padding-right: 71px;
}

.pr-72 {
  padding-right: 72px;
}

.pr-73 {
  padding-right: 73px;
}

.pr-74 {
  padding-right: 74px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-76 {
  padding-right: 76px;
}

.pr-77 {
  padding-right: 77px;
}

.pr-78 {
  padding-right: 78px;
}

.pr-79 {
  padding-right: 79px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-81 {
  padding-right: 81px;
}

.pr-82 {
  padding-right: 82px;
}

.pr-83 {
  padding-right: 83px;
}

.pr-84 {
  padding-right: 84px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-86 {
  padding-right: 86px;
}

.pr-87 {
  padding-right: 87px;
}

.pr-88 {
  padding-right: 88px;
}

.pr-89 {
  padding-right: 89px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-91 {
  padding-right: 91px;
}

.pr-92 {
  padding-right: 92px;
}

.pr-93 {
  padding-right: 93px;
}

.pr-94 {
  padding-right: 94px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-96 {
  padding-right: 96px;
}

.pr-97 {
  padding-right: 97px;
}

.pr-98 {
  padding-right: 98px;
}

.pr-99 {
  padding-right: 99px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-101 {
  padding-right: 101px;
}

.pr-102 {
  padding-right: 102px;
}

.pr-103 {
  padding-right: 103px;
}

.pr-104 {
  padding-right: 104px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-106 {
  padding-right: 106px;
}

.pr-107 {
  padding-right: 107px;
}

.pr-108 {
  padding-right: 108px;
}

.pr-109 {
  padding-right: 109px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-111 {
  padding-right: 111px;
}

.pr-112 {
  padding-right: 112px;
}

.pr-113 {
  padding-right: 113px;
}

.pr-114 {
  padding-right: 114px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-116 {
  padding-right: 116px;
}

.pr-117 {
  padding-right: 117px;
}

.pr-118 {
  padding-right: 118px;
}

.pr-119 {
  padding-right: 119px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-121 {
  padding-right: 121px;
}

.pr-122 {
  padding-right: 122px;
}

.pr-123 {
  padding-right: 123px;
}

.pr-124 {
  padding-right: 124px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-126 {
  padding-right: 126px;
}

.pr-127 {
  padding-right: 127px;
}

.pr-128 {
  padding-right: 128px;
}

.pr-129 {
  padding-right: 129px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-131 {
  padding-right: 131px;
}

.pr-132 {
  padding-right: 132px;
}

.pr-133 {
  padding-right: 133px;
}

.pr-134 {
  padding-right: 134px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-136 {
  padding-right: 136px;
}

.pr-137 {
  padding-right: 137px;
}

.pr-138 {
  padding-right: 138px;
}

.pr-139 {
  padding-right: 139px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-141 {
  padding-right: 141px;
}

.pr-142 {
  padding-right: 142px;
}

.pr-143 {
  padding-right: 143px;
}

.pr-144 {
  padding-right: 144px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-146 {
  padding-right: 146px;
}

.pr-147 {
  padding-right: 147px;
}

.pr-148 {
  padding-right: 148px;
}

.pr-149 {
  padding-right: 149px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-151 {
  padding-right: 151px;
}

.pr-152 {
  padding-right: 152px;
}

.pr-153 {
  padding-right: 153px;
}

.pr-154 {
  padding-right: 154px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-156 {
  padding-right: 156px;
}

.pr-157 {
  padding-right: 157px;
}

.pr-158 {
  padding-right: 158px;
}

.pr-159 {
  padding-right: 159px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-161 {
  padding-right: 161px;
}

.pr-162 {
  padding-right: 162px;
}

.pr-163 {
  padding-right: 163px;
}

.pr-164 {
  padding-right: 164px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-166 {
  padding-right: 166px;
}

.pr-167 {
  padding-right: 167px;
}

.pr-168 {
  padding-right: 168px;
}

.pr-169 {
  padding-right: 169px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-171 {
  padding-right: 171px;
}

.pr-172 {
  padding-right: 172px;
}

.pr-173 {
  padding-right: 173px;
}

.pr-174 {
  padding-right: 174px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-176 {
  padding-right: 176px;
}

.pr-177 {
  padding-right: 177px;
}

.pr-178 {
  padding-right: 178px;
}

.pr-179 {
  padding-right: 179px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-181 {
  padding-right: 181px;
}

.pr-182 {
  padding-right: 182px;
}

.pr-183 {
  padding-right: 183px;
}

.pr-184 {
  padding-right: 184px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-186 {
  padding-right: 186px;
}

.pr-187 {
  padding-right: 187px;
}

.pr-188 {
  padding-right: 188px;
}

.pr-189 {
  padding-right: 189px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-191 {
  padding-right: 191px;
}

.pr-192 {
  padding-right: 192px;
}

.pr-193 {
  padding-right: 193px;
}

.pr-194 {
  padding-right: 194px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-196 {
  padding-right: 196px;
}

.pr-197 {
  padding-right: 197px;
}

.pr-198 {
  padding-right: 198px;
}

.pr-199 {
  padding-right: 199px;
}

.pr-200 {
  padding-right: 200px;
}

/*-- Padding left Right --*/
.px-1 {
  padding-right: 1px;
  padding-left: 1px;
}

.px-2 {
  padding-right: 2px;
  padding-left: 2px;
}

.px-3 {
  padding-right: 3px;
  padding-left: 3px;
}

.px-4 {
  padding-right: 4px;
  padding-left: 4px;
}

.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-6 {
  padding-right: 6px;
  padding-left: 6px;
}

.px-7 {
  padding-right: 7px;
  padding-left: 7px;
}

.px-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.px-9 {
  padding-right: 9px;
  padding-left: 9px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-11 {
  padding-right: 11px;
  padding-left: 11px;
}

.px-12 {
  padding-right: 12px;
  padding-left: 12px;
}

.px-13 {
  padding-right: 13px;
  padding-left: 13px;
}

.px-14 {
  padding-right: 14px;
  padding-left: 14px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.px-17 {
  padding-right: 17px;
  padding-left: 17px;
}

.px-18 {
  padding-right: 18px;
  padding-left: 18px;
}

.px-19 {
  padding-right: 19px;
  padding-left: 19px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-21 {
  padding-right: 21px;
  padding-left: 21px;
}

.px-22 {
  padding-right: 22px;
  padding-left: 22px;
}

.px-23 {
  padding-right: 23px;
  padding-left: 23px;
}

.px-24 {
  padding-right: 24px;
  padding-left: 24px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-26 {
  padding-right: 26px;
  padding-left: 26px;
}

.px-27 {
  padding-right: 27px;
  padding-left: 27px;
}

.px-28 {
  padding-right: 28px;
  padding-left: 28px;
}

.px-29 {
  padding-right: 29px;
  padding-left: 29px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-31 {
  padding-right: 31px;
  padding-left: 31px;
}

.px-32 {
  padding-right: 32px;
  padding-left: 32px;
}

.px-33 {
  padding-right: 33px;
  padding-left: 33px;
}

.px-34 {
  padding-right: 34px;
  padding-left: 34px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-36 {
  padding-right: 36px;
  padding-left: 36px;
}

.px-37 {
  padding-right: 37px;
  padding-left: 37px;
}

.px-38 {
  padding-right: 38px;
  padding-left: 38px;
}

.px-39 {
  padding-right: 39px;
  padding-left: 39px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-41 {
  padding-right: 41px;
  padding-left: 41px;
}

.px-42 {
  padding-right: 42px;
  padding-left: 42px;
}

.px-43 {
  padding-right: 43px;
  padding-left: 43px;
}

.px-44 {
  padding-right: 44px;
  padding-left: 44px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-46 {
  padding-right: 46px;
  padding-left: 46px;
}

.px-47 {
  padding-right: 47px;
  padding-left: 47px;
}

.px-48 {
  padding-right: 48px;
  padding-left: 48px;
}

.px-49 {
  padding-right: 49px;
  padding-left: 49px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px-51 {
  padding-right: 51px;
  padding-left: 51px;
}

.px-52 {
  padding-right: 52px;
  padding-left: 52px;
}

.px-53 {
  padding-right: 53px;
  padding-left: 53px;
}

.px-54 {
  padding-right: 54px;
  padding-left: 54px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.px-56 {
  padding-right: 56px;
  padding-left: 56px;
}

.px-57 {
  padding-right: 57px;
  padding-left: 57px;
}

.px-58 {
  padding-right: 58px;
  padding-left: 58px;
}

.px-59 {
  padding-right: 59px;
  padding-left: 59px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.px-61 {
  padding-right: 61px;
  padding-left: 61px;
}

.px-62 {
  padding-right: 62px;
  padding-left: 62px;
}

.px-63 {
  padding-right: 63px;
  padding-left: 63px;
}

.px-64 {
  padding-right: 64px;
  padding-left: 64px;
}

.px-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.px-66 {
  padding-right: 66px;
  padding-left: 66px;
}

.px-67 {
  padding-right: 67px;
  padding-left: 67px;
}

.px-68 {
  padding-right: 68px;
  padding-left: 68px;
}

.px-69 {
  padding-right: 69px;
  padding-left: 69px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.px-71 {
  padding-right: 71px;
  padding-left: 71px;
}

.px-72 {
  padding-right: 72px;
  padding-left: 72px;
}

.px-73 {
  padding-right: 73px;
  padding-left: 73px;
}

.px-74 {
  padding-right: 74px;
  padding-left: 74px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.px-76 {
  padding-right: 76px;
  padding-left: 76px;
}

.px-77 {
  padding-right: 77px;
  padding-left: 77px;
}

.px-78 {
  padding-right: 78px;
  padding-left: 78px;
}

.px-79 {
  padding-right: 79px;
  padding-left: 79px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.px-81 {
  padding-right: 81px;
  padding-left: 81px;
}

.px-82 {
  padding-right: 82px;
  padding-left: 82px;
}

.px-83 {
  padding-right: 83px;
  padding-left: 83px;
}

.px-84 {
  padding-right: 84px;
  padding-left: 84px;
}

.px-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.px-86 {
  padding-right: 86px;
  padding-left: 86px;
}

.px-87 {
  padding-right: 87px;
  padding-left: 87px;
}

.px-88 {
  padding-right: 88px;
  padding-left: 88px;
}

.px-89 {
  padding-right: 89px;
  padding-left: 89px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.px-91 {
  padding-right: 91px;
  padding-left: 91px;
}

.px-92 {
  padding-right: 92px;
  padding-left: 92px;
}

.px-93 {
  padding-right: 93px;
  padding-left: 93px;
}

.px-94 {
  padding-right: 94px;
  padding-left: 94px;
}

.px-95 {
  padding-right: 95px;
  padding-left: 95px;
}

.px-96 {
  padding-right: 96px;
  padding-left: 96px;
}

.px-97 {
  padding-right: 97px;
  padding-left: 97px;
}

.px-98 {
  padding-right: 98px;
  padding-left: 98px;
}

.px-99 {
  padding-right: 99px;
  padding-left: 99px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

/*-- Padding left Right --*/
.gp-1 {
  gap: 1px;
}

.gp-2 {
  gap: 2px;
}

.gp-3 {
  gap: 3px;
}

.gp-4 {
  gap: 4px;
}

.gp-5 {
  gap: 5px;
}

.gp-6 {
  gap: 6px;
}

.gp-7 {
  gap: 7px;
}

.gp-8 {
  gap: 8px;
}

.gp-9 {
  gap: 9px;
}

.gp-10 {
  gap: 10px;
}

.gp-11 {
  gap: 11px;
}

.gp-12 {
  gap: 12px;
}

.gp-13 {
  gap: 13px;
}

.gp-14 {
  gap: 14px;
}

.gp-15 {
  gap: 15px;
}

.gp-16 {
  gap: 16px;
}

.gp-17 {
  gap: 17px;
}

.gp-18 {
  gap: 18px;
}

.gp-19 {
  gap: 19px;
}

.gp-20 {
  gap: 20px;
}

.gp-21 {
  gap: 21px;
}

.gp-22 {
  gap: 22px;
}

.gp-23 {
  gap: 23px;
}

.gp-24 {
  gap: 24px;
}

.gp-25 {
  gap: 25px;
}

.gp-26 {
  gap: 26px;
}

.gp-27 {
  gap: 27px;
}

.gp-28 {
  gap: 28px;
}

.gp-29 {
  gap: 29px;
}

.gp-30 {
  gap: 30px;
}

.gp-31 {
  gap: 31px;
}

.gp-32 {
  gap: 32px;
}

.gp-33 {
  gap: 33px;
}

.gp-34 {
  gap: 34px;
}

.gp-35 {
  gap: 35px;
}

.gp-36 {
  gap: 36px;
}

.gp-37 {
  gap: 37px;
}

.gp-38 {
  gap: 38px;
}

.gp-39 {
  gap: 39px;
}

.gp-40 {
  gap: 40px;
}

.gp-41 {
  gap: 41px;
}

.gp-42 {
  gap: 42px;
}

.gp-43 {
  gap: 43px;
}

.gp-44 {
  gap: 44px;
}

.gp-45 {
  gap: 45px;
}

.gp-46 {
  gap: 46px;
}

.gp-47 {
  gap: 47px;
}

.gp-48 {
  gap: 48px;
}

.gp-49 {
  gap: 49px;
}

.gp-50 {
  gap: 50px;
}

.gp-51 {
  gap: 51px;
}

.gp-52 {
  gap: 52px;
}

.gp-53 {
  gap: 53px;
}

.gp-54 {
  gap: 54px;
}

.gp-55 {
  gap: 55px;
}

.gp-56 {
  gap: 56px;
}

.gp-57 {
  gap: 57px;
}

.gp-58 {
  gap: 58px;
}

.gp-59 {
  gap: 59px;
}

.gp-60 {
  gap: 60px;
}

.gp-61 {
  gap: 61px;
}

.gp-62 {
  gap: 62px;
}

.gp-63 {
  gap: 63px;
}

.gp-64 {
  gap: 64px;
}

.gp-65 {
  gap: 65px;
}

.gp-66 {
  gap: 66px;
}

.gp-67 {
  gap: 67px;
}

.gp-68 {
  gap: 68px;
}

.gp-69 {
  gap: 69px;
}

.gp-70 {
  gap: 70px;
}

.gp-71 {
  gap: 71px;
}

.gp-72 {
  gap: 72px;
}

.gp-73 {
  gap: 73px;
}

.gp-74 {
  gap: 74px;
}

.gp-75 {
  gap: 75px;
}

.gp-76 {
  gap: 76px;
}

.gp-77 {
  gap: 77px;
}

.gp-78 {
  gap: 78px;
}

.gp-79 {
  gap: 79px;
}

.gp-80 {
  gap: 80px;
}

.gp-81 {
  gap: 81px;
}

.gp-82 {
  gap: 82px;
}

.gp-83 {
  gap: 83px;
}

.gp-84 {
  gap: 84px;
}

.gp-85 {
  gap: 85px;
}

.gp-86 {
  gap: 86px;
}

.gp-87 {
  gap: 87px;
}

.gp-88 {
  gap: 88px;
}

.gp-89 {
  gap: 89px;
}

.gp-90 {
  gap: 90px;
}

.gp-91 {
  gap: 91px;
}

.gp-92 {
  gap: 92px;
}

.gp-93 {
  gap: 93px;
}

.gp-94 {
  gap: 94px;
}

.gp-95 {
  gap: 95px;
}

.gp-96 {
  gap: 96px;
}

.gp-97 {
  gap: 97px;
}

.gp-98 {
  gap: 98px;
}

.gp-99 {
  gap: 99px;
}

.gp-100 {
  gap: 100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-70 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-150 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-150 {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-150 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-150 {
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-150 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-150 {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 120px;
  }
}

.split-text {
  overflow: hidden;
}

/* ---------------------------------------- */
/*  Custom 1720px Container (New Class)     */
/* ---------------------------------------- */
.custom-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1745px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-50, .mt-35 {
    margin-top: 30px;
  }
}

.header-menu-two {
  border: 0 !important;
}

.header-area-two {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}

.header-categories {
  position: relative;
}
.header-categories-list {
  position: absolute;
  background-color: var(--sb-white);
  width: 100%;
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-categories-list {
    width: 224px;
  }
  .header-categories-list li a {
    font-size: 16px;
  }
}
.header-categories-list li {
  padding: 10px 0px 10px 20px;
}
.header-categories-list li i {
  margin-right: 8px;
}
.header-categories-list li a {
  display: block;
  width: 100%;
}
.header-categories-list li:hover {
  background-color: var(--sb-primary);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-categories-list li:hover a {
  color: var(--sb-white);
}
.header-categories-list-three li:hover {
  background-color: var(--sb-ternary);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-header-wrapper-three {
    gap: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-header-wrapper-three {
    gap: 10px;
  }
}
.op-header-wrapper .op-btn-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: var(--sb-primary);
  overflow: hidden;
  border-radius: 33px;
  position: relative;
  align-items: center;
  padding: 6px 6px 6px 0px;
}
.op-header-wrapper .op-btn-header:hover::after {
  transform: scale(1, 1);
  visibility: visible;
}
.op-header-wrapper .op-btn-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--sb-title, #0E2207);
  z-index: 1;
  transform: scale(1, 0);
  visibility: hidden;
  transition: transform 300ms ease-in-out, visibility 300ms ease-in-out;
}
.op-header-wrapper .op-btn-header:hover .sb-btn-header-text-1 {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transform: translateY(-200%) !important;
}
.op-header-wrapper .op-btn-header:hover .sb-btn-header-text-2 {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transform: translateY(0) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-header-wrapper .op-btn-header {
    background-color: transparent;
  }
}
.op-header-wrapper .op-btn-header .op-btn-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .op-header-wrapper .op-btn-header .op-btn-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.op-header-wrapper .op-btn-header-text {
  padding: 0px 15px 0px 25px;
  color: var(--sb-white);
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  z-index: 3;
}
.op-header-wrapper .op-btn-header-text-1 {
  color: var(--sb-white);
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  left: 25px;
  transform: translateY(0);
}
.op-header-wrapper .op-btn-header-text-2 {
  color: var(--sb-white);
  font-weight: 600;
  font-size: 14px;
  transform: translateY(196%);
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-header-wrapper .op-btn-header-text {
    display: none;
    padding: 6px 6px 6px 6px;
  }
}
.op-header-wrapper .op-btn-header-icon {
  background: var(--sb-secondary);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-header-wrapper .op-header-midle.pt-20, .op-header-wrapper .op-header-midle .pb-20 {
    padding: 10px 0;
  }
}
.op-header-wrapper .op-header-midle-icon-item {
  width: 50px;
  height: 60px;
  line-height: 60px;
  background-color: #E9EFF2;
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-header-wrapper .op-header-midle-icon-item {
    line-height: 45px;
    height: 45px;
    width: 40px;
  }
}
.op-header-wrapper .op-header-midle-icon-item:hover {
  background-color: var(--sb-primary);
  color: var(--sb-white);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.op-header-wrapper .op-header-midle-icon-item-two {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}
.op-header-wrapper .op-header-midle-icon-item-two:hover {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  background-color: #018CE9;
}
.op-header-wrapper .op-header-midle-icon-two .op-header-midle-icon-item {
  background-color: transparent;
  width: 30px;
}
.op-header-wrapper .op-header-midle-country {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}
.op-header-wrapper .op-header-midle-country li {
  font-weight: 600;
  font-size: 18px;
  color: #2b2927;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-header-wrapper .op-header-midle-country li {
    font-size: 16px;
  }
}
.op-header-wrapper .op-header-midle-usd {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
  padding: 27px 0;
}
.op-header-wrapper .op-header-midle-usd-menu {
  border-left: 1px solid var(--sb-body-color);
  border-right: 1px solid var(--sb-body-color);
  font-weight: 600;
  font-size: 18px;
  color: #2b2927;
  padding: 0 30px;
}
.op-header-wrapper .op-header-midle-usd-menu-three {
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 30px 0 0;
  color: var(--sb-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-header-wrapper .op-header-midle-usd-menu {
    font-size: 16px;
  }
}
.op-header-wrapper .op-header-midle-usd:hover .op-header-midle-usd-submenu {
  top: 80px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.op-header-wrapper .op-header-midle-usd-submenu {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 10001;
  width: 130px;
  box-shadow: 0px 10px 30px 0px rgba(137, 139, 142, 0.2);
  background-color: var(--sb-white);
  opacity: 0;
  visibility: hidden;
}
.op-header-wrapper .op-header-midle-usd-submenu li {
  padding: 10px;
  z-index: 10001;
  color: #2b2927;
}
.op-header-wrapper .op-header-midle-usd-submenu li:hover {
  color: var(--sb-white);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: var(--sb-primary);
}
.op-header-wrapper .op-header-midle-usd-submenu-three li:hover {
  color: var(--sb-white);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: var(--sb-ternary);
}
.op-header-wrapper .op-header-midle-usd-three {
  padding: 12px 0;
  color: var(--sb-white) !important;
}
.op-header-wrapper .op-header-midle-usd-three:hover .op-header-midle-usd-submenu {
  top: 50px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
  visibility: visible;
  z-index: 10001;
}
.op-header-wrapper .op-header-midle-lang {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}
.op-header-wrapper .op-header-midle-lang li {
  font-weight: 600;
  font-size: 18px;
  color: #2b2927;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-header-wrapper .op-header-midle-lang li {
    font-size: 16px;
  }
}
.op-header-wrapper .op-header-top {
  padding: 11px 0;
  background-color: var(--sb-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-header-wrapper .op-header-top {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-header-wrapper .op-header-top .pr-200 {
    padding-right: 100px;
  }
}
.op-header-wrapper .op-header-top-categories {
  display: inline-flex;
  padding-right: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-header-wrapper .op-header-top-categories {
    display: none;
  }
}
.op-header-wrapper .op-header-top-categories option {
  font-size: 18px;
  font-weight: 500;
}
.op-header-wrapper .op-header-top-search {
  background-color: var(--sb-bg);
  padding: 8px 8px 8px 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-header-wrapper .op-header-top-search {
    padding: 8px;
  }
}
.op-header-wrapper .op-header-top-search-input {
  background-color: var(--sb-white);
  width: calc(100% - 173px);
  padding: 9px 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-header-wrapper .op-header-top-search-input {
    width: 100%;
  }
}
.op-header-wrapper .op-header-top-search-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.op-header-wrapper .op-header-top-menu {
  display: none;
  z-index: 99;
}
.op-header-wrapper .op-header-top-menu button {
  width: 50px;
  height: 60px;
  line-height: 60px;
  background-color: #E9EFF2;
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-header-wrapper .op-header-top-menu button {
    line-height: 45px;
    width: 40px;
    height: 45px;
  }
}
.op-header-wrapper .op-header-top-menu button:hover {
  background-color: var(--sb-primary);
  color: var(--sb-white);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.op-header-wrapper .op-header-top-menu-two button {
  height: 60px;
  line-height: 66px;
}
.op-header-wrapper .op-header-top-two {
  background-color: var(--sb-secondary);
}
.op-header-wrapper .op-header-top-three {
  background-color: var(--sb-ternary);
  padding: 0;
  z-index: 9998;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-header-wrapper .mr-50 {
    margin-right: 24px;
  }
}

.header-area {
  position: static;
  z-index: 1000;
  width: 100%;
  border-top: 1px solid rgba(3, 35, 49, 0.2);
  position: relative;
}
.header-area-three {
  background-color: #01253d;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wrapper {
    padding: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .header-area {
    padding: 10px 0px;
  }
}
.header-area .header-social a {
  font-size: 21px;
  color: var(--sb-white);
}
.header-area .op-header-categories-btn {
  background: radial-gradient(50% 50% at 50% 50%, #21768e 0%, #294750 100%);
  padding: 20px 29px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .op-header-categories-btn {
    font-size: 16px;
    padding: 17px;
  }
}
.header-area .op-header-categories-btn-three {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-area .op-header-categories-btn-three {
    font-size: 16px;
    padding: 17px;
  }
}
.header-area .main-menu {
  justify-content: center;
}
.header-area .main-menu ul li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
}
.header-area .main-menu ul li:last-child {
  margin-right: 0;
}
.header-area .main-menu ul li {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-area .main-menu ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area .main-menu ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-menu ul li {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-menu ul li {
    margin-right: 14px;
  }
}
.header-area .main-menu ul li:hover a,
.header-area .main-menu ul li:hover i {
  color: var(--sb-title);
}
.header-area .main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100px;
}
.header-area .main-menu ul li a {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  padding: 36px 0;
  position: relative;
  display: inline-block;
  color: #032331;
  font-family: var(--Urbanist);
}
.header-area .main-menu ul li i {
  font-size: 12px;
  color: var(--sb-white);
}
.header-area .main-menu ul li .sub-menu {
  position: absolute;
  top: 150px;
  left: 0;
  background-color: var(--sb-white);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 10px 30px 0px rgba(137, 139, 142, 0.2);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-area .main-menu ul li .sub-menu li {
  margin-right: 0;
  display: block;
  color: var(--sb-white);
}
.header-area .main-menu ul li .sub-menu li:nth-child(2):hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-area .main-menu ul li .sub-menu li:nth-child(1):hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-area .main-menu ul li .sub-menu li a {
  position: relative;
  padding: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 10px;
  width: 200px;
}
.header-area .main-menu ul li .sub-menu li a:hover {
  color: var(--sb-white);
  background-color: var(--sb-primary);
}
.header-area .main-menu ul li .sub-menu li a:hover::before {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.header-area .main-menu ul li .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
  top: 110%;
}
@media (min-width: 1600px) and (max-width: 1745px) {
  .header-area .main-menu-two ul li {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-area .main-menu-two ul li {
    margin-right: 27px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area .main-menu-two ul li {
    margin-right: 24px;
  }
}
.header-area .main-menu-two ul li a {
  color: var(--sb-white);
}
.header-area .main-menu-two ul li:hover > a {
  color: #018CE9;
}
.header-area .main-menu-two ul li i {
  color: var(--sb-white);
}
.header-area .main-menu-two ul li .sub-menu li a:hover {
  color: var(--sb-white);
  background-color: var(--sb-ternary);
}
.header-area .main-menu-two ul li .sub-menu li a:hover::before {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.header-area .register {
  color: #9CA896;
}

@keyframes tpfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: var(--sb-white) !important;
  animation: 0.7s ease-in-out 0s normal none 1 running tpfadeInDown;
  box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
  width: 100%;
}
.header-sticky .header-wrapper,
.header-sticky .header_wrapper {
  margin-top: 0;
}
.header-sticky-two {
  background: #01253D;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  animation: 0.7s ease-in-out 0s normal none 1 running tpfadeInDown;
  box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* for Safari support */
}

@media (max-width: 992px) {
  .header-sticky-top {
    position: fixed;
    background-color: var(--sb-white);
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: var(--sb-white);
    animation: 0.7s ease-in-out 0s normal none 1 running tpfadeInDown;
    box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
  }
}
@media screen and (max-width: 992px) {
  .mobile-offcanvas {
    max-width: 90%;
  }
  .sub-menu {
    padding-left: 20px;
  }
}
.mobile-offcanvas-menu-btn {
  border: 1px solid rgba(1, 37, 61, 0.15);
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 18px;
}
.mobile-offcanvas-menu-btn.active {
  background-color: var(--sb-primary);
  color: var(--sb-white);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.mobile-offcanvas {
  position: fixed;
  z-index: 999;
  background: #ffffff;
  width: 400px;
  left: -100%;
  top: 0;
  padding: 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .mobile-offcanvas {
    padding: 30px;
  }
}
.mobile-offcanvas-logo {
  max-width: 53%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .mobile-offcanvas .fa-chevron-down {
    display: none;
  }
}
.mobile-offcanvas-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-offcanvas-header button i {
  font-size: 30px;
}
.mobile-offcanvas-header button i:hover {
  transform: rotate(90deg);
}
.mobile-offcanvas-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.mobile-offcanvas-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-offcanvas-info-item span {
  font-size: 16px;
}
.mobile-offcanvas-info-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--sb-title);
  border-radius: 8px;
}
.mobile-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 40px;
  color: var(--sb-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
  font-size: 14px;
}
.mobile-offcanvas-social a:hover {
  background-color: var(--sb-primary);
  color: var(--sb-white);
}
.mobile-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(24, 24, 24, 0.4);
}
.mobile-offcanvas-overlay-open {
  visibility: visible;
  opacity: 0.7;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
}
.mobile-offcanvas-close i {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  color: var(--sb-title);
}
.mobile-offcanvas-close i:hover {
  transform: rotate(350deg);
  color: var(--sb-primary);
}

.mobile-offcanvas-open {
  opacity: 1;
  visibility: visible;
  left: 0;
  z-index: 9999;
  overflow-y: scroll;
}

.mobile-offcanvas-menu {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mobile-offcanvas-menu li {
  cursor: pointer;
}
.mobile-offcanvas-menu li.active > a {
  color: var(--sb-primary);
}
.mobile-offcanvas-menu li {
  position: relative;
}
.mobile-offcanvas-menu li .menu-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid var(--sb-border);
  height: 27px;
  width: 27px;
  text-align: center;
  font-size: 12px;
  line-height: 27px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mobile-offcanvas-menu li a {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--sb-title);
  border-bottom: 1px solid var(--sb-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mobile-offcanvas-menu li a:hover {
  color: var(--sb-primary);
}

.sub-menu > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.active > .menu-close i {
  transform: rotate(90deg);
}

.active > .menu-close {
  background-color: var(--sb-primary);
  border: 1px solid var(--sb-primary) !important;
}
.active > .menu-close i {
  color: var(--sb-white);
}

/* Container for the mobile menu */
.menu-mobile-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #ffffff;
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  display: flex;
  align-items: center;
  border-top: 1px solid #f1f1f1;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .menu-mobile-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}

.menu-mobile-box ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-around;
  align-items: center;
}

.menu-mobile-box ul li {
  flex: 1;
  text-align: center;
}

.menu-mobile-box ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #7e7e7e; /* Neutral gray for inactive */
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  line-height: 22px;
}

/* Icon Styling */
.menu-mobile-box ul li a i {
  display: block;
  font-size: 20px;
}

.menu-mobile-box ul li a svg {
  width: 22px;
  height: 22px;
  stroke: #7e7e7e;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* Active State & Hover Styling */
.menu-mobile-box ul li.active a,
.menu-mobile-box ul li a:hover {
  color: #ff4c3b; /* Ecommerce Primary Color (Adjust as needed) */
}

.menu-mobile-box ul li.active a svg,
.menu-mobile-box ul li a:hover svg {
  stroke: #ff4c3b; /* Change icon color when active */
}

/* Subtle animation for the active item */
/* Layout */
.layout-container .row {
  display: flex;
  flex-wrap: wrap;
}

/* Sidebar hide */
.layout-container.filter-active .op-siderBar {
  display: none;
}
@media (max-width: 992px) {
  .layout-container.filter-active .op-siderBar {
    position: fixed;
    overflow: scroll;
    left: 0%;
    top: 0;
    z-index: 99999;
    display: block;
    width: 90%;
    background-color: var(--sb-white);
    padding: 10px;
    height: 100%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}

@media (max-width: 992px) {
  .productShop-overlay {
    left: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1040;
  }
  .layout-container.filter-active .productShop-overlay {
    left: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}
/* Sidebar hide */
.layout-container.filter-active .col-lg-8 {
  flex: 0 0 auto;
  width: 100%;
}

/* Sidebar right toggle */
.layout-container.sidebar-right .row {
  flex-direction: row-reverse;
}

/* Product row */
.product-row {
  display: flex;
  flex-wrap: wrap;
}

/* Active button */
.op-menu-btn.active rect {
  fill: var(--sb-title) !important;
}

@media (max-width: 992px) {
  .op-siderBar {
    position: fixed;
    overflow: scroll;
    left: -100%;
    top: 0;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
  }
}
.op-siderBar-Category, .op-siderBar-tags, .op-siderBar-brand, .op-siderBar-fillter, .op-siderBar-filterColor {
  padding: 36px 30px 30px 30px;
  border: 1px solid rgba(1, 37, 61, 0.15);
  border-radius: 20px;
  background-color: #f5f8fa;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-siderBar-Category, .op-siderBar-tags, .op-siderBar-brand, .op-siderBar-fillter, .op-siderBar-filterColor {
    padding: 20px;
  }
}
.op-siderBar .custom-list .list-group-item {
  border: 1px solid rgba(1, 37, 61, 0.15);
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-siderBar .custom-list .list-group-item {
    padding: 12px;
  }
}
.op-siderBar .custom-list .list-group-item:last-child {
  margin-bottom: 0;
}
.op-siderBar .custom-list .list-group-item i {
  font-size: 0.8rem;
  transition: transform 0.2s;
}
.op-siderBar .custom-list .list-group-item:hover {
  background-color: var(--sb-ternary);
}
.op-siderBar .custom-list .list-group-item:hover a {
  color: var(--sb-white) !important;
}
.op-siderBar .custom-list .list-group-item:hover {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-siderBar .custom-list .list-group-item:hover i {
  transform: translateX(3px);
  color: var(--sb-white) !important;
}
.op-siderBar-tags .tag {
  display: inline-block;
  padding: 11px 17px;
  border-radius: 6px;
  background: var(--sb-white);
  border: 1px solid rgba(1, 37, 61, 0.15);
  cursor: pointer;
  color: var(--sb-dark-color);
  transition: 0.2s;
  text-transform: capitalize;
}
.op-siderBar-tags .tag:hover {
  background: var(--sb-ternary);
  color: #fff;
}
.op-siderBar-fillter .form-control {
  background: var(--sb-white);
  border: 1px solid transparent;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
}
.op-siderBar-fillter .form-control:focus {
  border-color: var(--sb-primary);
  box-shadow: none;
}
.op-siderBar-fillter .custom-range {
  height: 6px;
  background: #e9ecef;
  border-radius: 5px;
}
.op-siderBar-fillter .custom-range::-webkit-slider-thumb {
  background: var(--sb-ternary);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.op-siderBar-brand .brand-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-siderBar-brand .brand-item {
    padding: 12px;
  }
}
.op-siderBar-brand .brand-item {
  cursor: pointer;
  border: 1px solid rgba(1, 37, 61, 0.15);
  border-radius: 8px;
  background-color: var(--sb-white);
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #01253d;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-siderBar-brand .brand-item {
    font-size: 16px;
  }
}
.op-siderBar-brand .brand-item:last-child {
  margin-bottom: 0;
}
.op-siderBar-brand .brand-item:last-child {
  border-bottom: none;
}
.op-siderBar-brand .brand-item .brand-dot {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: var(--sb-dark-color);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-siderBar-brand .brand-item:hover {
  color: var(--sb-primary);
}
.op-siderBar-brand .brand-item:hover .brand-dot {
  background: var(--sb-ternary);
}
.op-siderBar-filterColor .filterColor-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 15px 14px 20px;
  cursor: pointer;
  border: 1px solid rgba(1, 37, 61, 0.15);
  border-radius: 8px;
  background-color: var(--sb-white);
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #01253d;
  margin-bottom: 15px;
}
.op-siderBar-filterColor .filterColor-item .filterColor-dot {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: Brown;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
}
.op-siderBar-filterColor .filterColor-item:hover {
  background-color: var(--sb-ternary);
}
.op-siderBar-filterColor .filterColor-item:hover a {
  color: var(--sb-white) !important;
}
.op-siderBar-filterColor .filterColor-item:hover {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.op-siderBar-filterColor .filterColor-item:hover i {
  color: var(--sb-white) !important;
}
.op-siderBar-filterColor .filterColor-item:nth-child(3) .filterColor-dot {
  background-color: orange;
}
.op-siderBar-filterColor .filterColor-item:nth-child(4) .filterColor-dot {
  background-color: Maroon;
}
.op-siderBar-filterColor .filterColor-item:nth-child(5) .filterColor-dot {
  background-color: Blue;
}
.op-siderBar-filterColor .filterColor-item:nth-child(6) .filterColor-dot {
  background-color: peachpuff;
}
.op-siderBar-filterColor .filterColor-item:nth-child(7) .filterColor-dot {
  background-color: black;
}
.op-siderBar-filterColor .filterColor-item:last-child {
  margin-bottom: 0;
}

/* --- Card Container --- */
.op-productShop-card {
  background: var(--sb-white);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
.op-productShop-card:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.op-productShop-card:hover .op-productShop-img-wrapper img {
  transform: scale(1.1);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-productShop-card:hover .op-productShop-wishlist-btn {
  opacity: 1;
}
.op-productShop-card:hover .op-productShop-actions {
  right: 15px;
  top: 15px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .op-productShop-card:hover .op-productShop-actions {
    top: 7px;
    right: 7px;
  }
}
@media (max-width: 576px) {
  .op-productShop-card {
    padding: 10px;
  }
}

/* --- Image Wrapper --- */
.op-productShop-img-wrapper {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.op-productShop-img-wrapper img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .op-productShop-img-wrapper {
    margin-top: 45px;
  }
  .op-productShop-img-wrapper img {
    max-height: 130px;
  }
}

/* --- Card Body --- */
.op-productShop-body {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .op-productShop-body {
    margin-bottom: 0;
  }
}
.op-productShop-body .stars {
  margin-bottom: 8px;
}
.op-productShop-body .stars i {
  color: yellow;
  font-size: 12px;
}
.op-productShop-body .stars span {
  font-size: 18px;
  color: var(--sb-ternary);
}
@media (max-width: 768px) {
  .op-productShop-body .stars span {
    font-size: 14px;
  }
}
.op-productShop-body .op-productShop-title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: var(--sb-title);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .op-productShop-body .op-productShop-title {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
}
.op-productShop-body .op-productShop-desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
@media (max-width: 768px) {
  .op-productShop-body .op-productShop-desc {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.op-productShop-body .fs-24-three {
  font-size: 24px;
  font-weight: 600;
  color: #878C8F;
  margin-top: auto;
}
@media (max-width: 768px) {
  .op-productShop-body .fs-24-three {
    font-size: 14px !important;
  }
}

.op-productShop-col.col-12 .op-productShop-desc {
  display: block;
}
.op-productShop-col.col-12 .op-productShop-img-wrapper {
  flex-shrink: 0;
  max-width: 250px;
  margin-top: 0;
}
.op-productShop-col.col-12 .op-productShop-img-wrapper img {
  max-height: 60%;
}
.op-productShop-col.col-12 .op-productShop-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 80px 0 0px 0;
  flex-direction: row;
}
.op-productShop-col.col-12 .op-productShop-title {
  text-align: start;
}
.op-productShop-col.col-12 .op-productShop-body {
  text-align: start !important;
}
.op-productShop-col.col-12 .op-productShop-body.mt-auto {
  margin-top: 0 !important;
}
.op-productShop-line {
  background-color: var(--sb-black);
  opacity: 100%;
}
.op-productShop-menu-btn {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #f5f8fa;
}
.op-productShop-menu-btn:hover {
  background-color: var(--sb-ternary);
  color: var(--sb-white);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-productShop-menu-btn.active {
  background-color: var(--sb-ternary);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  color: var(--sb-white);
}
.op-productShop-menu .dropdown-container {
  position: relative;
  display: inline-block;
}
.op-productShop-menu {
  /* The Menu hidden state */
}
.op-productShop-menu .filter-menu {
  /* Hidden by default */
  position: absolute;
  top: 110%;
  /* Places it right below the button */
  left: 0;
  min-width: 200px;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 100;
  padding: 12px;
  border-radius: 8px;
}
.op-productShop-menu {
  /* Show class toggled via JS */
}
.op-productShop-menu .filter-menu.show {
  display: block;
}
.op-productShop-menu {
  /* Items inside the menu */
}
.op-productShop-menu .filter-item {
  padding: 5px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.op-productShop-menu .filter-item-list,
.op-productShop-menu .filter-item label {
  font-size: 18px;
  font-weight: 500;
  color: var(--sb-dark-color);
  margin-bottom: 5px;
  cursor: pointer;
}
.op-productShop-menu .filter-item-list:last-child,
.op-productShop-menu .filter-item label:last-child {
  margin-bottom: 0;
}
.op-productShop-menu-filter-search {
  border-bottom: 1px solid var(--sb-black);
}
.op-productShop-badges {
  position: absolute;
  top: 24px;
  left: 17px;
  z-index: 2;
}
@media (max-width: 768px) {
  .op-productShop-badges {
    top: 7px;
    left: 7px;
  }
}
.op-productShop-badges .badges {
  width: 90px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}
@media (max-width: 768px) {
  .op-productShop-badges .badges {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 12px !important;
  }
}
.op-productShop-badges .badges.badges-one {
  background-color: #D70A26;
  border-radius: 100%;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .op-productShop-badges .badges.badges-one {
    margin-right: 4px;
  }
}
.op-productShop-badges .badges.badges-two {
  background-color: var(--sb-ternary);
}
.op-productShop-wishlist-btn {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 16px;
  right: 17px;
  line-height: 50px;
  background-color: #f5f8fa;
  color: #888;
}
@media (max-width: 768px) {
  .op-productShop-wishlist-btn {
    border-radius: 7px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    right: 8px;
    line-height: 30px;
  }
}
.op-productShop-actions {
  position: absolute;
  top: 16px;
  right: -100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.op-productShop-actions button {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--sb-white);
}
.op-productShop-actions button:hover {
  background-color: var(--sb-ternary);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  color: var(--sb-white);
}
@media (max-width: 768px) {
  .op-productShop-actions button {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.op-productShop-img-wrapper {
  background: #f0f4f7;
  border-radius: 50%;
  aspect-ratio: 1/1;
  max-width: 340px;
  max-height: 340px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.op-productShop-img-wrapper img {
  max-height: 80%;
  object-fit: contain;
}
.op-productShop-img-wrapper:hover img {
  transform: scale(1.1);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-productShop-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
}
.op-productShop-pagination-btn {
  border: 1px solid rgba(18, 18, 18, 0.2);
  border-radius: 8px;
  text-align: center;
}
.op-productShop-pagination-btn a {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #121212;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 768px) {
  .op-productShop-pagination-btn a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.op-productShop-pagination-btn {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.op-productShop-pagination-btn.page-link {
  background: var(--sb-ternary);
  color: var(--sb-white);
}
.op-productShop-pagination-btn:hover {
  background-color: var(--sb-ternary);
}
.op-productShop-pagination-btn:hover a {
  color: var(--sb-white);
}

.op-contact-forget:hover {
  text-decoration: underline;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  color: var(--sb-ternary);
}
.op-contact-group {
  padding: 60px;
  background-color: var(--sb-white);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}
@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-contact-group {
    padding: 30px;
  }
}
.op-contact-wrapper {
  padding: 40px;
  background-color: #f5f8fa;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-contact-wrapper {
    padding: 30px 20px;
  }
}
.op-contact-address-item {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border: 1px solid rgba(17, 25, 61, 0.15);
  border-radius: 15px;
  padding: 27px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-contact-address-item {
    padding: 20px 12px;
    gap: 10px;
  }
}
.op-contact-address-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--sb-title);
  border-radius: 50%;
}
.op-contact-address-icon-two {
  background-color: var(--sb-ternary);
}
.op-contact input,
.op-contact textarea {
  padding: 22px 25px;
  background-color: var(--sb-white);
  border-radius: 10px;
  width: 100%;
  color: var(--sb-title) !important;
  opacity: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-contact input,
  .op-contact textarea {
    padding: 12px 15px;
  }
}
.op-contact .custom-select {
  position: relative;
  width: 100%;
}
.op-contact .custom-select select {
  width: 100%;
  color: var(--sb-title) !important;
  border-radius: 8px;
  border: 1px solid #ccc;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
  padding: 22px 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-contact .custom-select select {
    padding: 12px 15px;
  }
}
.op-contact .custom-select::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
}
.op-contact-cheak {
  border-radius: 4px;
  width: 17px !important;
  height: 17px;
}
.op-contact-login {
  background-color: #f5f8fa;
  padding: 40px;
  height: 440px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-contact-login {
    padding: 20px;
    height: 100%;
  }
}
.op-contact-trackID {
  background-color: #f5f8fa;
  padding: 84px 224px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-contact-trackID {
    padding: 20px;
    height: 100%;
  }
}
.op-contact-account {
  max-width: 872px;
  margin: auto;
}
.op-contact-account input {
  padding: 18px 25px 18px 18px;
}
.op-contact-account-option-item {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 18px 0;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-contact-account-option-item {
    padding: 12px 0;
  }
}

.op-featuresDeals__card {
  position: relative;
  overflow: hidden;
  background-color: var(--sb-white);
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-featuresDeals__card {
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-featuresDeals__card {
    height: 100%;
  }
}
.op-featuresDeals__content {
  background-color: var(--sb-white);
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .op-featuresDeals__content .fs-24 {
    font-size: 20px;
  }
}
.op-featuresDeals__content__midle {
  padding: 55px 54px 0px 54px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-featuresDeals__content__midle {
    padding: 10px;
  }
}
.op-featuresDeals__time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 8px;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-featuresDeals__time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    column-gap: 8px;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-featuresDeals__time .fs-14 {
    font-size: 10px;
  }
}
.op-featuresDeals__time__box {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 52px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-featuresDeals__time__box {
    width: 40px;
    height: 40px;
  }
}

.op-hero-three {
  overflow: hidden;
}
.op-hero-three-wrapper {
  padding: 184px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-hero-three-wrapper {
    padding: 80px 0 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-hero-three-wrapper .pt-80 {
    padding-top: 0;
  }
}
.op-hero-three-slider-thumb {
  margin-bottom: -50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-hero-three-slider-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .op-hero-three-slider-thumb img {
    max-width: 38%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-hero-three-slider-thumb img {
    max-width: 80%;
  }
}
.op-hero-three-title {
  font-weight: 900;
  font-size: 220px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-hero-three-title {
    font-size: 132px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-hero-three-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-hero-three-title {
    font-size: 50px;
  }
}
.op-hero-three-text-slider {
  position: absolute;
  bottom: 264px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-hero-three-text-slider {
    bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-hero-three-text-slider {
    bottom: 165px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-hero-three-text-slider {
    bottom: 65px;
  }
}
.op-hero-three-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: #c3c7c9;
}
.op-hero-three-subtitle {
  background: rgba(255, 255, 255, 0.15);
  padding: 13px 23px;
  border-radius: 8px;
}
.op-hero-three-social::after {
  content: "";
  width: 230px;
  height: 1px;
  background-color: #D9D9D9;
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-hero-three-social::after {
    width: 110px;
  }
}
.op-hero-two {
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-hero-two {
    padding: 90px 0 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-hero-two {
    padding: 120px 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-hero-two {
    padding: 0px 0 50px;
  }
}
.op-hero-area {
  background-color: var(--sb-bg);
}
.op-hero-area-two {
  background-color: transparent;
  padding-top: 132px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-hero-area-two {
    padding-top: 80px;
  }
}
.op-hero-thumb {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  text-align: end;
}
.op-hero-card {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  background: var(--sb-white);
  padding: 17px;
  border-radius: 20px;
}
.op-hero-card-two {
  padding-left: 17px;
  padding-top: 25px;
  padding-bottom: 20px;
  width: 190px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start !important;
}
.op-hero-title {
  font-weight: 600;
  font-size: 55px;
  color: #21768e;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-hero-title {
    font-size: 40px;
  }
}
.op-hero-title-two {
  font-weight: 600;
  font-size: 120px;
  line-height: 108%;
  color: #2b2927;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-hero-title-two {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-hero-title-two {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .op-hero-title-two {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-hero-title-two {
    font-size: 70px !important;
  }
}
.op-hero-title-two-one {
  color: #cf7642;
}
.op-hero-subtitle-two {
  color: #8c4d28;
}
.op-hero-subtitle-two::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #8c4d28;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-hero-subtitle-two::after {
    width: 60px;
  }
}
.op-hero-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  color: #032331;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-hero-desc {
    font-size: 16px;
  }
}
.op-hero-desc .breakOne {
  display: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-hero-desc .breakOne {
    display: block;
  }
}
.op-hero-desc .breakTwo {
  display: none;
}
@media only screen and (min-width: 1600px) and (max-width: 2000px) {
  .op-hero-desc .breakTwo {
    display: block;
  }
}
.op-hero-bottom {
  position: relative;
  z-index: 2;
}
.op-hero-product {
  margin-right: 36px;
}
.op-hero-product-area {
  background-color: var(--sb-white);
  padding: 37px 34px;
  width: 100%;
  border-radius: 20px;
}
.op-hero-product-thumb {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 175px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  background-color: var(--sb-white);
}
.op-hero-product-desc {
  background-color: var(--sb-white);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 175px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.op-hero .swiper-slide-active .project-item {
  transform: scale(1.07);
}
.op-hero .swiper-slide-active .project-item .icon {
  opacity: 1;
}
.op-hero .swiper-pagination {
  margin-top: 60px;
  display: inline-flex;
  justify-content: center;
  justify-content: end;
  padding-right: 143px;
  padding-bottom: 34px;
  gap: 18px;
}
@media (max-width: 767.98px) {
  .op-hero .swiper-pagination {
    margin-top: 10px;
  }
}
.op-hero .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #E9EFF2;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  margin: 0 7px;
}
.op-hero .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background-color: var(--sb-primary);
  border: 6px solid #E9EFF2;
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.op-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

@media (min-width: 1600px) and (max-width: 1720px) {
  .op-hero-desc.mb-45 {
    margin-bottom: 27px;
  }
  .op-hero-thumb {
    z-index: 1;
    top: 80px;
    width: 100%;
    left: 18px;
  }
  .op-hero-thumb img {
    width: 76%;
  }
  .op-hero-content.mt-18.pl-30 {
    padding-left: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .op-hero-thumb {
    z-index: 1;
    top: 102px;
    width: 100%;
    left: 18px;
  }
  .op-hero-thumb img {
    width: 76%;
  }
  .op-hero-content.mt-18.pl-30 {
    position: absolute;
    padding-left: 0;
  }
  .op-hero-desc.mb-45.mt-15 {
    margin-bottom: 24px;
  }
  .op-hero-bottom.pb-50.pt-95 {
    padding-top: 24px;
  }
  .op-hero-content-top {
    height: 395px;
  }
}
@media (min-width: 1350px) and (max-width: 1399px) {
  .op-hero-title {
    font-size: 50px;
  }
  .op-hero-thumb {
    z-index: 1;
    top: 102px;
    width: 100%;
    left: 18px;
  }
  .op-hero-thumb img {
    width: 76%;
  }
  .op-hero-content.mt-18.pl-30 {
    position: absolute;
    padding-left: 0;
  }
  .op-hero-desc.mb-45.mt-15 {
    margin-bottom: 24px;
  }
  .op-hero-bottom.pb-50.pt-95 {
    padding-top: 24px;
  }
  .op-hero-content-top {
    height: 395px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .op-hero-thumb {
    z-index: 1;
    right: 0;
    top: 80px;
    position: absolute;
    bottom: 24px;
    /* padding-bottom: 100px; */
    width: 100%;
    overflow: hidden;
  }
  .op-hero-thumb img {
    width: 100%;
  }
  .op-hero .row .col-lg-3 {
    display: none;
  }
  .op-hero-bottom.pt-95 {
    padding-top: 24px;
  }
  .op-hero-bottom.pb-50.pt-95 {
    padding-top: 24px;
  }
  .op-hero-content-top {
    height: 537px;
    overflow: hidden;
  }
  .op-hero-content.mt-18.pl-30 {
    padding-left: 0;
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .op-hero-thumb {
    z-index: 1;
    right: 0;
    top: 80px;
    position: absolute;
    bottom: 24px;
    /* padding-bottom: 100px; */
    width: 100%;
    height: 523px;
  }
  .op-hero-content.mt-18.pl-30 {
    position: absolute;
    padding-left: 0;
  }
  .op-hero-top-thumb {
    display: none;
  }
  .op-hero-bottom.pt-95 {
    padding-top: 24px;
  }
  .op-hero-content-top {
    height: 523px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .op-hero-thumb {
    z-index: 1;
    right: 0;
    top: 80px;
    position: static;
    bottom: 24px;
    /* padding-bottom: 100px; */
    width: 100%;
    height: 523px;
  }
  .op-hero-content.mt-18.pl-30 {
    position: absolute;
    padding-left: 0;
  }
  .op-hero-bottom {
    padding-top: 24px;
  }
  .op-hero-top-thumb {
    display: none;
  }
  .op-hero-content-top {
    height: 523px;
    overflow: hidden;
  }
  .op-hero-card-two {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .op-hero-thumb {
    z-index: 1;
    right: 0;
    top: 80px;
    position: static;
    bottom: 24px;
    /* padding-bottom: 100px; */
    width: 100%;
    height: 523px;
  }
  .op-hero-content.mt-18.pl-30 {
    position: absolute;
    padding-left: 0;
  }
  .op-hero-bottom {
    padding-top: 24px;
  }
  .op-hero-top-thumb {
    display: none;
  }
  .op-hero-content-top {
    height: 523px;
    overflow: hidden;
  }
  .op-hero-card-two {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .op-hero-thumb {
    z-index: 1;
    right: 0;
    top: 80px;
    position: static;
    bottom: 24px;
    /* padding-bottom: 100px; */
    width: 100%;
  }
  .op-hero-thumb img {
    max-width: 100%;
  }
  .op-hero-content.mt-18.pl-30 {
    position: static;
    padding-left: 0;
    margin-top: 0;
  }
  .op-hero-bottom.pb-50.pt-95 {
    padding-top: 24px;
  }
  .op-hero-top-thumb {
    display: none;
  }
  .op-hero-bottom {
    padding-top: 24px;
  }
  .op-hero-bottom-item {
    flex-direction: column;
    gap: 24px;
  }
  .op-hero-bottom-thumb {
    width: 100%;
  }
  .op-hero-content-top {
    flex-direction: column;
    gap: 50px;
    overflow: hidden;
  }
  .op-hero-card-two {
    width: 100%;
    margin-left: 0;
  }
  .op-hero-desc {
    margin-bottom: 30px;
  }
}
.op-blog-item {
  background-color: var(--sb-bg);
  padding: 17px;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  position: relative;
}
.op-blog-item-shape {
  opacity: 0;
  visibility: hidden;
}
.op-blog-item:hover {
  background-color: var(--sb-title);
}
.op-blog-item:hover .op-blog-title {
  color: var(--sb-white);
}
.op-blog-item:hover .op-blog-item-shape {
  opacity: 1;
  visibility: visible;
}
.op-blog-btn:hover span {
  color: var(--sb-primary);
}
.op-blog-profile {
  background-color: var(--sb-primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 8px;
}
.op-blog-profile cite {
  height: 30px;
  width: 1px;
  background-color: var(--sb-white);
  display: inline-block;
}
.op-blog .swiper-slide-active .project-item {
  transform: scale(1.07);
}
.op-blog .swiper-slide-active .project-item .icon {
  opacity: 1;
}
.op-blog .swiper-pagination {
  margin-top: 60px;
  display: inline-flex;
  justify-content: center;
  gap: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-blog .swiper-pagination {
    margin-top: 40px;
  }
}
.op-blog .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #E9EFF2;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  margin: 0 7px;
}
.op-blog .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background-color: var(--sb-primary);
  border: 6px solid #E9EFF2;
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.op-blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.op-blogDetails-item-date {
  background: linear-gradient(90deg, #0b79c3 0%, #035891 100%);
  border-radius: 8px;
  padding: 10px 20px;
  position: absolute;
  bottom: 17px;
  left: 15px;
  color: var(--sb-white);
  font-size: 18px;
}
.op-blogDetails-item-btn {
  color: var(--sb-ternary);
}
.op-blogDetails__search {
  background-color: #F5F8FA;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(1, 37, 61, 0.15);
}
.op-blogDetails__search label {
  border-radius: 8px;
  min-width: 45px;
  height: 45px;
  background-color: var(--sb-ternary);
  line-height: 45px !important;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-blogDetails__search {
    padding: 20px;
  }
}
.op-blogDetails__search__box {
  background-color: var(--sb-white);
  padding: 7px 9px 7px 25px;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.op-blogDetails__search__box input {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}
.op-blogDetails__search__box input:focus {
  border: none;
  outline: none;
}
.op-blogDetails-date {
  background-color: var(--sb-primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.op-blogDetails-date-text {
  font-weight: 700;
  font-size: 24px;
  color: var(--sb-white);
}
@media (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-blogDetails-date-text {
    font-size: 22px;
  }
}
.op-blogDetails__banner {
  background: radial-gradient(50% 50% at 50% 50%, #0b79c3 0%, #01253d 100%);
  padding: 33px;
  text-align: center;
  position: relative;
  border-radius: 20px;
}
.op-blogDetails__banner__desc {
  transform: rotate(-90deg) translate(25%, -110%);
  top: 50%;
  position: absolute;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-blogDetails__banner__desc {
    transform: rotate(-90deg) translate(25%, -390%);
  }
}
.op-blogDetails__recent {
  padding: 30px 7px 30px 30px;
  border-radius: 20px;
  border: 1px solid rgba(1, 37, 61, 0.15);
  background-color: #F5F8FA;
}
@media (max-width: 575px) {
  .op-blogDetails__recent {
    padding: 30px 5px 20px 20px;
  }
}
.op-blogDetails__recent__post__item {
  display: inline-flex;
  column-gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-blogDetails__recent__post__item {
    flex-direction: column;
    gap: 20px;
  }
}
.op-blogDetails__recent__post__desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  color: #01253d;
}
@media (max-width: 575px) {
  .op-blogDetails__recent__post__desc {
    font-size: 16px;
  }
}
.op-blogDetails__recent__post__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 167%;
  text-transform: capitalize;
  color: #878c8f;
}
.op-blogDetails__recent__post__text i {
  color: var(--sb-ternary);
}
.op-blogDetails blockquote {
  border: 1px solid #57595C;
  text-align: center;
  border-radius: 20px;
  padding: 40px 60px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 575px) {
  .op-blogDetails blockquote {
    padding: 30px 20px;
  }
}
.op-blogDetails__postbox__tags {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 17px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-blogDetails__postbox__tags {
    flex-direction: column;
    gap: 20px;
    align-items: start;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-blogDetails__postbox__tags__item {
    align-items: start;
    flex-wrap: wrap;
  }
}
.op-blogDetails__postbox__tags__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  align-items: center;
}
.op-blogDetails__postbox__tags__item a {
  padding: 8px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #121212;
  border: 1px solid rgba(18, 18, 18, 0.15);
  border-radius: 5px;
}
.op-blogDetails label {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #7d8978;
}
.op-blogDetails__tags {
  background-color: #F5F8FA;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(1, 37, 61, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-blogDetails__tags {
    padding: 20px;
  }
}
.op-blogDetails__tags a {
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  text-transform: capitalize;
  color: #0e2207;
  padding: 20px;
  display: inline-block;
  line-height: 1;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 8px;
  background-color: var(--sb-white);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.op-blogDetails__tags a:hover {
  background-color: var(--sb-ternary);
  color: var(--sb-white);
}
.op-blogDetails__ins {
  background-color: #F5F8FA;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(1, 37, 61, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-blogDetails__ins {
    padding: 20px;
  }
}
.op-blogDetails__ins img {
  border-radius: 5px;
  width: 100%;
}
.op-blogDetails__pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(1, 37, 61, 0.25);
  border-radius: 10px;
  background: #f5f8fa;
  padding: 10px;
}
.op-blogDetails__pagination__btn {
  border: 1px solid rgba(1, 37, 61, 0.3);
  border-radius: 10px;
  background-color: var(--sb-white);
  padding: 10px 15px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-blogDetails__pagination__btn {
    border: none;
  }
}
.op-blogDetails__pagination__btn span {
  font-weight: 600;
  font-size: 20px;
  color: var(--sb-title);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-blogDetails__pagination__btn span {
    display: none;
  }
}
.op-blogDetails__pagination__btn i {
  border-radius: 10px;
  width: 80px;
  height: 50px;
  line-height: 50px;
  background: #01253d;
  text-align: center;
  color: var(--sb-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-blogDetails__comments__item {
    flex-direction: column;
  }
}
.op-blogDetails__comments__item__reply {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.op-blogDetails__comments__item__reply span {
  font-weight: 600;
  font-size: 16px;
  line-height: 175%;
  color: #121212;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-blogDetails__comments__item__reply span {
    font-size: 14px;
  }
}

.sb-breadcrum {
  background-color: #01253D;
}
.sb-breadcrum-content {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
}
.sb-breadcrum-thumb img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sb-breadcrum-thumb img {
    height: 350px;
  }
}
.sb-breadcrum-title {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
}
@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sb-breadcrum-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.sb-breadcrum ul {
  column-gap: 5px;
  background-color: #0B79C3;
  padding: 7px 37px;
  border-radius: 8px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sb-breadcrum ul {
    padding: 7px 15px;
  }
}
.sb-breadcrum ul li {
  font-weight: 600;
  font-size: 16px;
  color: var(--sb-white);
  line-height: 28px;
  text-transform: capitalize;
}

.op-cta {
  background: #01253d;
  position: relative;
  border-radius: 20px;
}
.op-cta cite {
  width: 500px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin-bottom: 4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-cta cite {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-cta .pr-90 {
    padding-right: 0;
  }
}
.op-cta-shape {
  left: 0;
  right: 0;
  z-index: 1;
}
.op-cta-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-cta-thumb img {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-cta-thumb img {
    width: 60%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-cta-thumb img {
    width: 100%;
  }
}
.op-cta-tabBtn {
  background-color: #214d6a;
  padding: 14px 24px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-cta-tabBtn {
    padding: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-cta-tabBtn-list {
    padding-bottom: 50px;
  }
}
.op-cta-tabBtn.active {
  background-color: #018CE9;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.op-intstagram-two {
  margin-right: -255px;
  margin-left: -100px;
  position: relative;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-intstagram-two {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.op-intstagram-two-btn {
  background-color: var(--sb-white);
  padding: 14px 29px;
  border-radius: 10px;
}
.op-intstagram-two-btn-box {
  position: absolute;
  top: 50%;
  transform: translate(-20%, -20%);
  left: 825px !important;
  z-index: 2;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-intstagram-two-btn-box {
    left: 20% !important;
  }
}

.op-instagram-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: var(--sb-white);
  text-align: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}
.op-instagram-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.op-location-card {
  padding: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-location-card {
    padding: 0;
  }
}
.op-location-card-middle {
  background-color: #f5f8fa;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-location-card-middle {
    padding: 20px;
  }
}
.op-location-icon {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--sb-ternary);
  color: var(--sb-white);
  text-align: center;
}
.op-location-address {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
}
.op-location-address-icon {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--sb-white);
}

.op-hero-coming {
  padding: 335px 150px 185px;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-hero-coming {
    padding: 157px 40px 52px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-hero-coming {
    padding: 157px 20px 80px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.content-card {
  background: rgba(0, 24, 43, 0.85);
  color: var(--sb-white);
  padding: 90px 20px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(50% 50% at 50% 50%, #1e6a9e 0%, #01253d 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .content-card {
    padding: 20px 24px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.custom-input-group {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 8px;
  max-width: 500px;
  margin: auto;
}
.custom-input-group .form-control {
  background: transparent;
  border: none;
  color: white !important;
  padding-left: 15px;
  width: 61%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-input-group .form-control {
    width: 100%;
  }
}
.custom-input-group .form-control:focus {
  box-shadow: none;
  background: transparent;
  color: white;
}
.custom-input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 576px) {
  .countdown-container {
    gap: 10px;
  }
  .countdown-container .timer-unit .number-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .custom-input-group {
    flex-direction: column;
    gap: 10px;
    background: transparent;
    border: none;
    padding: 0;
  }
  .custom-input-group .form-control {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 15px;
  }
}
.op-testimonial {
  margin: 0 -710px;
  overflow: hidden;
}
.op-testimonial-item {
  padding: 20px 20px 30px 20px;
  background-color: var(--sb-white);
  border-radius: 20px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}
.op-testimonial-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, #8c4d28 0%, #2b2927 100%);
  z-index: 1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 400ms ease-in-out, visibility 400ms ease-in-out;
  transform-origin: bottom center;
}
.op-testimonial-item:hover::before {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: center center;
}
.op-testimonial-item:hover .fs-24,
.op-testimonial-item:hover span {
  color: var(--sb-white);
}
.op-testimonial-item:hover svg path {
  fill: var(--sb-white);
}
.op-testimonial-item:hover p {
  color: var(--sb-white);
}
.op-testimonial-icon {
  padding-top: 110px;
}
.op-testimonial-three {
  margin-right: -410px;
  border-radius: 0px 0 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-testimonial-three {
    margin-right: -520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-testimonial-three {
    margin-right: 0px;
  }
}
.op-testimonial-three-item {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: var(--sb-white);
  height: 100%;
  height: 100%;
}
.op-testimonial-three-title {
  margin-right: -100px;
  padding-right: 100px;
  padding-left: 80px;
  border-radius: 20px 0 0 0px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-testimonial-three-title {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
  }
}
.op-testimonial-three-body {
  padding: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .op-testimonial-three-body {
    padding: 20px 10px;
  }
  .op-testimonial-three-body .fs-20 {
    font-size: 18px;
  }
}

.brand-animation {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.op-slide-block {
  width: auto !important;
  display: inline-block !important;
}

.op-client-item {
  background-color: var(--sb-bg);
  border-radius: 8px;
  width: 200px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  margin-right: 24px;
  display: inline-block;
}

.op-hotDeals__item {
  background-color: #F3F3ED;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-hotDeals__bg img {
    max-width: 100%;
    width: 100%;
  }
}
.op-hotDeals__content {
  position: relative;
}
.op-hotDeals__content__box {
  position: absolute;
  top: 66px;
  left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-hotDeals__content__box {
    left: 30px;
    top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-hotDeals__content__box {
    left: 20px;
    top: 20px;
  }
}
.op-hotDeals__content {
  z-index: 3;
}
.op-hotDeals__thumb {
  margin: 0 -15px;
}
.op-hotDeals__desc {
  line-height: normal;
  z-index: 3;
}
.op-hotDeals__productTitle {
  position: absolute;
  bottom: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.op-exclusive-collection-top {
  background: #01253d;
}
.op-exclusive-collection-content {
  padding: 50px 0 60px 47px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-exclusive-collection-content {
    padding: 40px 20px;
  }
}
.op-exclusive-collection-thumbTwo {
  background-color: #F3F3ED;
  width: 265px;
  height: 265px;
  line-height: 265px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-exclusive-collection-thumbTwo {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
  .op-exclusive-collection-thumbTwo img {
    width: 50%;
  }
}
.op-exclusive-collection-item {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 25px 20px 35px 20px;
}
.op-exclusive-collection-item:hover .op-exclusive-collection-thumbTwo img {
  transform: scale(1.1);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-exclusive-collection-price {
  font-weight: 600;
  font-size: 24px;
  color: #018ce9;
}

.op-category-box {
  width: 230px;
  margin: auto;
}
.op-category-desc {
  background-color: var(--sb-white);
  padding: 8px;
  border-radius: 80px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  width: 220px;
  margin: auto;
}
.op-category-thumb img {
  border-radius: 50%;
}
.op-category-thumb {
  overflow: hidden;
}
.op-category-btn {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #8c4d28;
  display: block;
  text-align: center;
  color: var(--sb-white);
}
.op-category-btn-two {
  background: rgba(255, 255, 255, 0.1);
}
.op-category-btn-three {
  background: #2b2927;
}
.op-category-content {
  background: #2b2927;
  padding: 38px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-category-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-category-content.ml-17 {
    margin-left: 0;
  }
}
.op-category-three {
  background-color: var(--sb-white);
  border-radius: 20px 20px 0 0;
  padding: 60px 0;
}
.op-category-three-inner {
  background-color: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px 20px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-category-three-row {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-category-three-content.pt-40 {
    padding-top: 10px;
  }
}
.op-category-three-item {
  border-right: 1px solid rgba(1, 37, 61, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-category-three-item {
    border: 0;
  }
}
.op-category-three .row .col-lg-3:last-child .op-category-three-item {
  border: 0;
}

.op-trendingProduct-three-item {
  background-color: var(--sb-white);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 20px;
}
.op-trendingProduct-three-content {
  padding: 30px 0 30px 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-trendingProduct-three-content {
    padding: 30px 0 30px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .op-trendingProduct-three-content {
    padding: 30px 0 30px 9px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-trendingProduct-three .pr-22 {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-trendingProduct-three .pr-22 {
    padding-right: 12px;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .op-trendingProduct-three .pr-22 {
    padding-right: 8px;
  }
}
.op-trendingProduct__content2 {
  position: absolute;
  z-index: 128;
  bottom: 0;
  width: 100%;
  margin-left: auto;
}
.op-trendingProduct__thumb {
  position: relative;
  z-index: 20;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.op-trendingProduct__thumb::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #f6f6f6;
  z-index: -1;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-trendingProduct__thumb::before {
    background-color: transparent;
  }
}
.op-trendingProduct__thumb::before {
  top: 48px;
  width: 380px;
  height: 380px;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-trendingProduct__thumb::before {
    width: 100%;
  }
}
.op-trendingProduct__title {
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-trendingProduct__title {
    margin-top: 0px;
  }
}
.op-trendingProduct__item {
  position: relative;
  background-color: var(--sb-white);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #000;
  border-radius: 20px;
  z-index: 10;
  padding: 16px 22px 35px 22px;
  overflow: hidden;
}
.op-trendingProduct__item__home2 {
  background-color: #E0DED2;
  position: relative;
  overflow: hidden;
}
.op-trendingProduct__item:hover::before, .op-trendingProduct__item:hover:hover::after {
  transform: scale(1, 1);
  visibility: visible;
  opacity: 1;
}
.op-trendingProduct__item:hover .op-trendingProduct__thumb::before {
  opacity: 18%;
}
.op-trendingProduct__item:hover .op-trendingProduct__label {
  border: 1px solid var(--sb-white);
  color: var(--sb-white);
}
.op-trendingProduct__item:hover .op-trendingProduct__btn {
  border: 1px solid var(--sb-white);
}
.op-trendingProduct__item:hover .op-trendingProduct__star i {
  color: var(--sb-white);
}
.op-trendingProduct__item:hover .op-trendingProduct__title .fs-24,
.op-trendingProduct__item:hover .op-trendingProduct__title .op-title {
  color: var(--sb-white);
}
.op-trendingProduct__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #032331;
  z-index: 1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-trendingProduct__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #21768e 0%, rgba(33, 118, 142, 0) 100%);
  z-index: 1;
  transform: scale(1, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.op-trendingProduct__star {
  column-gap: 7px;
  position: relative;
  z-index: 20;
}
.op-trendingProduct__star i {
  color: var(--sb-primary);
}
.op-trendingProduct__btn {
  border-radius: 50%;
  background-color: var(--sb-primary);
  display: inline-block;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  z-index: 20;
  text-align: center;
  border: 1px solid var(--sb-primary);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.op-trendingProduct__label {
  border-radius: 100%;
  border: 1px solid var(--sb-black);
  width: 90px;
  height: 35px;
  line-height: 35px;
  position: relative;
  z-index: 20;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-trendingProduct__label {
    width: 60px;
    height: 30px;
    line-height: 30px;
  }
}
.op-trendingProduct__label__home2 {
  background-color: #D70A26;
  border: 1px solid var(--sb-white);
  color: var(--sb-white);
  line-height: 30px;
}
.op-trendingProduct__whishlist {
  border-radius: 8px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--sb-primary);
  position: relative;
  z-index: 20;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-trendingProduct__whishlist {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .op-trendingProduct__whishlist img {
    width: 20px;
    object-fit: contain;
  }
}
.op-trendingProduct__selling {
  border: 1px solid #fff;
  border-radius: 8px;
  width: 130px;
  height: 35px;
  line-height: 33px;
  background: #16a249;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.op-trendingProduct__price-1 {
  text-decoration: line-through;
  color: #878c8f;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
.op-trendingProduct__price-2 {
  color: #8c4d28;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .op-trendingProduct__item {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
    padding: 10px 4px 10px 4px;
    border: 0;
  }
  .op-trendingProduct__thumb {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
  }
  .op-trendingProduct__thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .op-trendingProduct__btn {
    margin-top: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .op-trendingProduct__btn img {
    width: 20px;
    object-fit: contain;
  }
  .op-trendingProduct__title .fs-24 {
    font-size: 16px;
  }
}
.op-trendingProduct__subimg {
  width: 476px;
  height: 476px;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: -265px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.op-trendingProduct__subimg__list {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
}
.op-trendingProduct__subimg__list__two {
  position: absolute;
  top: -22px;
  left: 90px;
}
.op-trendingProduct__subimg__list__three {
  position: absolute;
  top: -22px;
  right: 90px;
}

.op-product-slider-item {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 500px;
}
.op-product-slider-btn {
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: var(--sb-white);
}
.op-product-slider-btn:hover {
  color: #878c8f;
  background: var(--sb-white);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-product-slider-btn-two {
  background-color: var(--sb-white);
  color: var(--sb-body-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.op-product-slider-btn-two:hover {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  background: var(--sb-secondary);
  color: var(--sb-white);
}
.op-product-slider-btn-three:hover {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  background: var(--sb-ternary);
  color: var(--sb-white);
}

.op-newDeals__thumb {
  background-color: #E9EFF2;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.op-newDeals__thumb:last-child {
  background-color: #FEEEDD;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-newDeals__thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-newDeals__thumb {
    background-color: #E9EFF2;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    /* padding-top: 30px; */
  }
}
.op-newDeals__thumb-two {
  background-color: var(--sb-ternary);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-newDeals__thumb__content {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .op-newDeals__thumb__content {
    padding-left: 30px;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .op-newDeals__thumb__content br {
    display: none;
  }
}
.op-newDeals__thumb__content__title {
  font-weight: 600;
  font-size: 45px;
  color: #032331;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-newDeals__thumb__content__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-newDeals__thumb__content__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .op-newDeals__thumb__content__title.mb-40 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .op-newDeals__thumb__content__title.mb-40 {
    margin-bottom: 0;
  }
}
.op-newDeals__thumb__img {
  position: absolute;
  top: 41px;
  left: 67px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .op-newDeals__thumb__img-2 {
    width: 57%;
  }
}
@media (max-width: 575px) {
  .op-newDeals__thumb__img-2 {
    width: 100%;
  }
}
.op-newDeals__thumb-2 {
  background-color: var(--sb-bg-two);
  text-align: center;
  padding-top: 87px;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-newDeals__thumb-2 {
    padding-bottom: 20px;
  }
}
.op-newDeals__thumb-2-img {
  position: relative;
  z-index: 3;
}
.op-newDeals__thumb-2-img img {
  border-radius: 50%;
}
.op-newDeals__thumb-2-shape-1 {
  top: 0;
  z-index: 2;
}
.op-newDeals__thumb-2-shape-2 {
  top: 20px;
  z-index: 1;
}
.op-newDeals__thumb-2-shape-3 {
  top: 50%;
  z-index: 1;
  left: -23px;
}
.op-newDeals__thumb-2-shape-4 {
  bottom: 0;
  z-index: 1;
  left: 0;
}

.op-features-item {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 24px;
}
.op-features-title {
  display: inline-flex;
  align-items: center;
  column-gap: 35px;
}
.op-features-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: var(--sb-bg-two);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.op-features-arrivals-btn {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #2b2927;
}
.op-features-arrivals-content {
  background-color: var(--sb-white);
  position: absolute;
  bottom: 0;
  left: 27px;
  right: 27px;
  padding: 24px;
  border-radius: 20px;
}

.active-gallery-btn {
  background-color: var(--sb-secondary);
  color: var(--sb-white);
  border: 1px solid var(--sb-white);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.active-gallery-btn-two {
  background-color: var(--sb-ternary);
  color: var(--sb-white);
}

.op-specialDeals {
  background-color: #2B2927;
  padding: 53px 55px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-specialDeals {
    padding: 40px 24px;
  }
}
.op-specialDeals-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: #c3b6af;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-specialDeals-desc {
    font-size: 16px;
  }
}
.op-specialDeals-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-specialDeals-time {
    column-gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-specialDeals-time {
    column-gap: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-specialDeals-time {
    column-gap: 10px;
  }
}
.op-specialDeals-time-three {
  column-gap: 35px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-specialDeals-time-three {
    column-gap: 10px;
  }
}
.op-specialDeals-time-three .op-specialDeals-time-num {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin-bottom: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-specialDeals-time-three .op-specialDeals-time-num {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.op-specialDeals-time-three .op-specialDeals-time-num:nth-child(even) {
  background-color: transparent;
}
.op-specialDeals-time-four {
  column-gap: 0;
}
.op-specialDeals-time-four .op-specialDeals-time-num {
  background: rgba(255, 255, 255, 0.1);
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.op-specialDeals-time-four .op-specialDeals-time-num:nth-child(even) {
  background-color: transparent;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-specialDeals-time-four .op-specialDeals-time-num:nth-child(even) {
    width: 30px;
  }
}
.op-specialDeals-time-four .op-specialDeals-time-num {
  margin-bottom: 20px;
  font-size: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-specialDeals-time-four .op-specialDeals-time-num {
    background: rgba(255, 255, 255, 0.1);
    width: 45px;
    height: 45px;
    line-height: 44px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.op-specialDeals-time-five {
  column-gap: 0;
}
.op-specialDeals-time-five .op-specialDeals-time-num {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin-bottom: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-specialDeals-time-five .op-specialDeals-time-num {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.op-specialDeals-time-five .op-specialDeals-time-num:nth-child(even) {
  background-color: transparent;
}
.op-specialDeals-time-list {
  text-align: center;
}
.op-specialDeals-time-list span {
  color: #c3b6af;
}
.op-specialDeals-time-num {
  font-weight: 600;
  font-size: 55px;
  text-align: center;
  color: #fff;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-specialDeals-time-num {
    font-size: 30px;
  }
}

.op-newCollection-num {
  min-width: 112px;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-newCollection-num {
    min-width: 50px;
  }
}
.op-newCollection-product {
  background-color: var(--sb-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-newCollection-thumb.mr-40 {
    margin-right: 20px;
  }
}
.op-newCollection-item {
  border-left: 1px solid antiquewhite;
  padding: 27px 0 27px 39px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-newCollection-item {
    border-left: 1px solid antiquewhite;
    padding: 16px 0 16px 13px;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
  }
}

.op-newArrivals {
  margin: 0 -120px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-newArrivals {
    margin: 0 auto;
    padding: 0 24px;
  }
}
.op-newArrivals-three-item {
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 35px 25px;
  height: 400px;
  margin-top: 85px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
.op-newArrivals .swiper-slide-active .op-newArrivals-three-item {
  height: 472px;
  margin-top: 38px;
  background-color: #01253d;
}
.op-newArrivals .swiper-slide-active .op-newArrivals-three-item img {
  height: 280px;
}
.op-newArrivals .swiper-slide-active .op-newArrivals-three-item .fs-24 {
  color: var(--sb-white);
}

.product-details-badge {
  border-radius: 8px;
  width: 125px;
  height: 40px;
  background: linear-gradient(90deg, #0b79c3 0%, #035891 100%);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.product-details-border {
  height: 1px;
  background: #d9d9d9;
  width: 100%;
  display: block;
}
.product-details .main-image-container {
  border-radius: 20px;
  overflow: hidden;
}
.product-details .thumbnail-gallery .thumb {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
}
.product-details .thumbnail-gallery .thumb.active {
  border-color: var(--sb-ternary);
}
.product-details .thumbnail-gallery .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details .features-list li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-details .features-list li {
    margin-bottom: 10px;
  }
}
.product-details .features-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #878c8f;
}
.product-details .features-list li:last-child {
  margin-bottom: 0;
}
.product-details .color-variants .color-btn {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.product-details .color-variants .color-btn.dark-grey {
  background: #4a4a4a;
}
.product-details .color-variants .color-btn.blue {
  background: #3498db;
}
.product-details .color-variants .color-btn.red {
  background: #e74c3c;
}
.product-details .color-variants .color-btn.peach {
  background: #ffb085;
}
.product-details .color-variants .color-btn.active {
  outline: 1px solid var(--sb-ternary);
}
.product-details {
  /* ===== Layout ===== */
}
.product-details .product-details-quantity {
  gap: 12px;
}
.product-details {
  /* ===== Quantity Picker ===== */
}
.product-details .quantity-picker {
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.product-details .qty-btn {
  width: 42px;
  height: 56px;
  border: none;
  background: #f7f7f7;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details .qty-btn {
    height: 44px;
  }
}
.product-details .qty-btn:hover {
  background: var(--sb-ternary);
  color: #fff;
}
.product-details .qty-btn:active {
  transform: scale(0.92);
}
.product-details .qty-input {
  width: 55px;
  border: none;
  text-align: center;
  font-weight: 600;
  outline: none;
  font-size: 15px;
}
.product-details {
  /* ===== Add to Cart Button ===== */
}
.product-details .cart-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #111, #333);
  color: #fff;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.product-details {
  /* hover shine effect */
}
.product-details .cart-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transform: skewX(-20deg);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.product-details .cart-btn:hover::before {
  left: 120%;
}
.product-details .cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.product-details {
  /* Text animation */
}
.product-details .cart-text span {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.product-details {
  /* Icon */
}
.product-details .cart-icon img {
  width: 18px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.product-details .cart-btn:hover .cart-icon img {
  transform: translateX(4px);
}
.product-details {
  /* ===== Wishlist Button ===== */
}
.product-details .wishlist-btn {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details .wishlist-btn {
    height: 44px;
    width: 44px;
    line-height: 44px;
  }
}
.product-details .wishlist-btn:hover {
  background: var(--sb-ternary);
  color: var(--sb-white);
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 46, 99, 0.3);
}
.product-details-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.product-details-meta-content {
  border-left: 1px solid #d9d9d9;
  margin-left: 30px;
  padding-left: 30px;
}
.product-details .cap-btn {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 4px 17px;
  text-align: center;
}
.product-details .cap-btn.active {
  background-color: var(--sb-ternary);
  color: var(--sb-white);
}

.op-product-details-tab .op-tab-btn {
  padding: 12px 25px;
  background: #fff;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
  color: #333;
}
.op-product-details-tab .op-tab-btn.active {
  background: var(--sb-ternary);
  color: #fff;
}
.op-product-details-tab .features-list li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-product-details-tab .features-list li {
    margin-bottom: 10px;
  }
}
.op-product-details-tab .features-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #878c8f;
}
.op-product-details-tab .features-list li:last-child {
  margin-bottom: 0;
}
.op-product-details-tab .op-info-table td {
  padding: 15px;
}
.op-product-details-tab .op-spec-box {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-product-details-tab .op-spec-box:hover {
  border-color: var(--sb-ternary);
  background: #f0faff;
}

.op-review-item {
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .op-review-item {
    padding: 15px;
    flex-direction: column;
  }
  .op-review-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
}
.op-review-item-action {
  padding: 3px 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-review-item-action:hover {
  background: #f8f9fa;
}
.op-review-contact {
  border-left: 1px solid #d9d9d9;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .op-review-contact {
    border-left: none;
    border-top: 1px solid #d9d9d9;
    padding-left: 0;
    padding-top: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .ml-40 {
    margin-left: 15px !important;
  }
}
.op-rating-item:nth-child(2) .op-progress-fill {
  width: 80%;
}
.op-rating-item:nth-child(3) .op-progress-fill {
  width: 70%;
}
.op-rating-item:nth-child(4) .op-progress-fill {
  width: 60%;
}
.op-rating-item:nth-child(5) .op-progress-fill {
  width: 50%;
}
.op-rating-item .op-star-label {
  min-width: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.op-rating-item .op-progress-custom {
  background-color: var(--sb-title);
  border-radius: 50px;
  overflow: visible;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.op-rating-item .op-progress-fill {
  height: 100%;
  background: var(--sb-ternary);
  border-radius: 4px;
  position: relative;
  padding: 12px 20px;
  transition: width 1s ease-in-out;
  width: 90%;
}

.op-additional-info .table-responsive {
  width: 100%;
}
.op-additional-info .op-info-table {
  width: 100% !important;
  margin-bottom: 0;
}
.op-additional-info .op-info-table td {
  padding: 15px 20px;
  vertical-align: middle;
  border-color: #eee;
}
.op-additional-info .op-info-table td.bg-light {
  background-color: #f9f9f9 !important;
  color: #333;
}

.op-shipping-returns-wrapper .gp-40 {
  gap: 40px;
}
.op-shipping-returns-wrapper .op-icon-box {
  width: 50px;
  height: 50px;
  background: rgba(var(--sb-ternary), 0.1);
  color: var(--sb-ternary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 24px;
}
.op-shipping-returns-wrapper .op-delivery-card {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.op-shipping-returns-wrapper .op-delivery-card:hover {
  border-color: var(--sb-ternary) !important;
  background: #f0faff;
}
.op-shipping-returns-wrapper .op-return-steps .op-step-number {
  width: 35px;
  height: 35px;
  background: #eee;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  position: relative;
}
.op-shipping-returns-wrapper .op-return-steps .op-step-number::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #ddd;
}
.op-shipping-returns-wrapper .op-return-steps .op-step:last-child .op-step-number::after {
  display: none;
}
.op-shipping-returns-wrapper .op-track-box {
  background: #fff;
}
.op-shipping-returns-wrapper .op-track-box .op-input {
  border-radius: 8px 0 0 8px;
}
.op-shipping-returns-wrapper .op-track-box .op-btn-primary {
  border-radius: 0 8px 8px 0;
  padding: 0 20px;
}
.op-shipping-returns-wrapper .op-help-card ul li {
  font-size: 15px;
  opacity: 0.9;
}

/* --- Cart Sidebar Core Styles --- */
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 9998;
}
.cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 380px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
.cart-sidebar.active {
  right: 0;
}

/* Header */
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.cart-header h4 {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
.cart-header button {
  border: none;
  background: none;
  font-size: 55px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.cart-header button:hover {
  color: var(--sb-ternary);
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cart-header button {
    font-size: 30px;
  }
}

/* Progress */
.cart-progress {
  padding: 15px 20px;
  background: #fdfdfd;
}
.cart-progress p {
  margin-bottom: 8px;
  font-size: 14px;
}
.cart-progress span {
  color: #ff0000;
  font-weight: bold;
}
.cart-progress .progress-bar-custom {
  height: 6px;
  background: #eee;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.cart-progress .progress-fill {
  width: 40%;
  height: 100%;
  background: #28a745;
  border-radius: 5px;
  transition: width 0.5s ease;
}

/* Cart Items */
.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.cart-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.cart-item img {
  width: 80px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}
.cart-item .remove {
  color: #ff4d4d;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.cart-item .remove:hover {
  text-decoration: underline;
}

.cart-info {
  flex: 1;
}
.cart-info h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.cart-info p {
  font-size: 12px;
  color: #777;
  margin-bottom: 3px;
}
.cart-info .item-price {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  color: #333;
}

/* Footer */
.cart-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  background: #fff;
}

.subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.terms {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  cursor: pointer;
}

.cart-buttons {
  display: flex;
  gap: 10px;
}
.cart-buttons .btn-action {
  flex: 1;
  padding: 12px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.view-cart {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--sb-title);
}
.view-cart:hover {
  background: var(--sb-ternary);
  color: var(--sb-white);
}

.checkout {
  background: var(--sb-ternary);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.checkout:hover {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--sb-title);
}

.continue {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 420px) {
  .cart-sidebar {
    width: 100%;
    right: -100%;
  }
}
/* --- VIEW CART --- */
.op-view-cart .mb-30 {
  margin-bottom: 30px;
}
.op-view-cart h2,
.op-view-cart .cart-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.op-view-cart p,
.op-view-cart .cart-text {
  font-size: 18px;
  color: var(--text-muted);
}
.op-view-cart .cart-table {
  width: 100%;
  border-collapse: collapse;
}
.op-view-cart .cart-table th {
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 18px;
  font-weight: 600;
}
.op-view-cart .cart-table td {
  padding: 30px 0;
  border-bottom: 1px solid var(--border-color);
}
.op-view-cart .product-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.op-view-cart .product-box img {
  width: 100px;
  height: 120px;
  object-fit: contain;
  border-radius: 8px;
  background: #f9f9f9;
}
.op-view-cart .product-desc p {
  font-size: 14px;
  margin: 0;
  color: var(--text-muted);
}
.op-view-cart .remove-link {
  color: var(--accent-color);
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.op-view-cart .qty-container {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: fit-content;
  border-radius: 30px;
  padding: 5px 15px;
}
.op-view-cart .qty-btn {
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0 10px;
}
.op-view-cart .qty-input {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  outline: none;
}
.op-view-cart .order-summary-card {
  background-color: #f5f8fa;
  padding: 30px;
  border-radius: 12px;
}
.op-view-cart .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 18px;
}
.op-view-cart .shipping-options {
  margin: 20px 0;
}
.op-view-cart .shipping-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
}
.op-view-cart .freeship-box {
  margin-bottom: 25px;
}
.op-view-cart .freeship-box p {
  font-size: 14px;
  margin-bottom: 10px;
}
.op-view-cart .progress {
  height: 6px;
  background-color: #e9ecef;
  border-radius: 10px;
}
.op-view-cart .progress-bar {
  background-color: #28a745;
  position: relative;
}
.op-view-cart .ship-icon {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  border: 1px solid #28a745;
  border-radius: 50%;
  padding: 2px;
  font-size: 10px;
  color: #28a745;
}
.op-view-cart .btn-apply {
  background: #111;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
  border: none;
}
.op-view-cart .btn-checkout {
  background: #111;
  color: #fff;
  width: 100%;
  border-radius: 30px;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  margin-top: 20px;
}
.op-view-cart .continue-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}
.op-view-cart .voucher-input {
  border-radius: 8px;
  padding: 14px 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
}

/* Responsive table */
@media (max-width: 991px) {
  .cart-table-menu {
    display: none;
  }
  .op-view-cart .cart-table tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
  }
  .op-view-cart .cart-table td {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border: none;
    gap: 12px;
  }
  .op-view-cart .cart-table td:first-child::before {
    display: none;
  }
  .op-view-cart .cart-table td::before {
    content: attr(data-label);
    font-weight: 700;
    font-size: 16px;
  }
}
.checkout-container {
  padding: 60px 0;
}
.checkout-container .form-control {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 8px;
  background: #f5f8fa;
}
.checkout-container {
  /* Form Styling */
}
.checkout-container .form-floating > .form-control:focus,
.checkout-container .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.checkout-container .form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}
.checkout-container {
  /* Order Summary */
}
.checkout-container .order-summary {
  background: #fff;
  position: sticky;
  top: 20px;
}

.product-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.product-item img {
  width: 60px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

.product-info h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

.product-info small {
  color: #777;
}

/* Payment Methods */
.payment-option {
  border: 1px solid var(--border-color);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.payment-option:hover, .payment-option.active {
  border-color: var(--primary-color);
  background-color: #fcfcfc;
}

.btn-checkout {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-weight: 700;
  width: 100%;
  margin-top: 20px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn-checkout:hover {
  background: #333;
  transform: translateY(-2px);
}

.badge-qty {
  background: var(--sb-ternary);
  color: #fff;
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  margin-left: -10px;
  margin-top: -5px;
}

@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-aboutUs .op-section-title br, .op-aboutUs .fs-18 br {
    display: none;
  }
}
.op-aboutUs__content {
  border-left: 1px solid var(--sb-primary);
  padding-left: 45px;
}
.op-aboutUs__shape {
  top: -40px;
  right: 100px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .op-aboutUs__shape {
    top: -78px;
    right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-aboutUs__shape {
    right: 0;
    top: -75px;
  }
}
@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-aboutUs__shape {
    display: none;
  }
}
.op-aboutUs__thumb img {
  position: relative;
  z-index: 3;
}

.op-aboutUs__shape__desc {
  top: 60px;
  position: inherit;
  z-index: 10;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}

.op-footer {
  position: relative;
  z-index: 10;
  background-color: #032331;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-footer .pr-127 {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-footer .pr-127 {
    padding-right: 0;
  }
}
.op-footer-three {
  background-color: var(--sb-title);
}
.op-footer-two {
  background-color: #2B2927;
}
.op-footer-info-icon {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.op-footer-newsletter {
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.op-footer-newsletter-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 143%;
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-footer-newsletter-title {
    font-size: 32px;
  }
}
.op-footer-menu {
  display: inline-flex;
  column-gap: 80px;
}
.op-footer-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.op-footer-search-group {
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-footer-search-group {
    padding: 7px 7px 7px 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-footer-search-group.mt-55 {
    margin-top: 20px;
  }
}
.op-footer-search-group input {
  border: none;
  outline: none;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 222%;
  color: #fff;
}
.op-footer-cart {
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--sb-secondary);
  border-radius: 50%;
  text-align: center;
}
.op-footer-title {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-footer-title {
    margin-bottom: 20px;
  }
}
.op-footer ul li a {
  color: #b8b9b9;
  font-weight: 500;
  font-size: 18px;
  line-height: 222%;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-footer ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-footer ul li {
    margin-bottom: 0px;
  }
}
.op-footer ul li:last-child {
  margin-bottom: 0;
}
.op-footer-item-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--sb-secondary);
}
.op-footer-item img {
  border-radius: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .op-footer .pl-40 {
    padding-left: 0;
  }
}
.op-footer-copyright {
  background: rgba(255, 255, 255, 0.09);
  padding: 23px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-footer-copyright-text {
    font-size: 14px;
  }
}
.op-footer-social {
  column-gap: 10px;
  display: inline-flex;
  align-items: center;
}
.op-footer-social-icon {
  border-radius: 8px;
  width: 45px;
  height: 45px;
  background: #1b3945;
  display: inline-block;
  line-height: 45px;
  text-align: center;
}
.op-footer-social-icon:hover {
  background-color: var(--sb-primary);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.op-footer-social-icon i {
  color: var(--sb-white);
}
.op-footer-curency-logo {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.op-btn {
  background: linear-gradient(90deg, #21768e 0%, #294750 100%);
  border-radius: 8px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .op-btn {
    padding: 8px 12px;
  }
}
.op-btn {
  /* 🔥 shine base */
}
.op-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  transform: skewX(-20deg);
}
.op-btn:hover::after {
  left: 100%;
  transition: all 0.5s ease;
}
.op-btn:hover .op-btn-text-1 {
  transform: translateY(-200%);
}
.op-btn:hover .op-btn-text-2 {
  transform: translateY(0);
}
.op-btn-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.op-btn-text-1 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  /* 🔥 remove fixed left */
  transform: translateY(0);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .op-btn-text-1 {
    font-size: 14px;
    font-weight: 500;
  }
}
.op-btn-text-2 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  transform: translateY(196%);
  transition: 0.3s;
  display: block;
}
@media (max-width: 768px) {
  .op-btn-text-2 {
    font-size: 14px;
    font-weight: 500;
  }
}
.op-btn-icon {
  margin-left: 12px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}
.op-btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.op-btn-icon:hover img {
  transform: scale(1.2) rotate(10deg);
  filter: brightness(1.2) saturate(1.3);
}
.op-btn {
  /* variants same */
}
.op-btn-two {
  background: linear-gradient(90deg, #cf7642 0%, #6e441a 100%);
}
.op-btn-three {
  background: linear-gradient(90deg, #0b79c3 0%, #035891 100%);
}
.op-btn-four {
  background: #018ce9;
}

.op-section-title {
  font-weight: 600;
  font-size: 55px;
  color: var(--sb-border);
  position: relative;
  white-space: nowrap;
  align-items: center;
  column-gap: 44px;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-section-title-border {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-section-title {
    white-space: wrap;
  }
}
.op-section-title-border {
  width: 100%;
  height: 1px;
  background-color: rgba(33, 118, 142, 0.3);
  display: inline-block;
}
.op-section-title-border-2 {
  background-color: rgba(140, 77, 40, 0.5);
}
.op-section-title-border-three {
  background: rgba(1, 37, 61, 0.3);
}
.op-section-title-white {
  color: var(--sb-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .op-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-section-title {
    font-size: 30px;
  }
}
.op-section-title-two {
  color: #cf7642;
}
.op-section-title-3 {
  color: #2b2927;
}
.op-section-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: var(--sb-primary);
}
.op-section-subtitle-two {
  color: var(--sb-secondary);
}
.op-section-subtitle-white {
  color: var(--sb-white);
}
.op-section-subtitle-three {
  color: #018ce9;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-wrapper {
    gap: 40px;
  }
}

/*=============================
	10. Animation CSS Start
===============================*/
/* Riplle animation */
.ripple::before,
.ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--ienet-white-rgb, 255, 255, 255), 0.8);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.ripple::after {
  animation-delay: 0.5s;
  content: "";
  position: absolute;
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
/* swiper slide animation */
.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* text slider animation */
@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 2.6rem));
  }
}
/* Loader css */
.fullpage_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-white-color);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullpage_loader .loader {
  width: 100px;
  height: 100px;
  border: 2px solid;
  border-color: var(--bs-primary-color) transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.shine {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.shine:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 100%);
  transform: skewX(-20deg);
  transition: all 0.5s ease;
}
.shine:hover::after {
  left: 100%;
  animation: shine 0.8s forwards;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
#backToTop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: var(--sb-primary);
  color: var(--sb-white);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  z-index: 20;
  transform: scale(0.6);
}

#backToTop.visible {
  visibility: visible;
  animation: 0.5s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 1;
  transform: scale(1);
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
#backToTop.visible:hover {
  background-color: var(--sb-title);
}

/* Loader css */
.op-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sb-white);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.op-page-loader img {
  width: 50px;
  height: 50px;
}
.op-page-loader .loader {
  width: 80px;
  height: 80px;
  border: 2px solid;
  border-color: var(--sb-primary) transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.op-mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  z-index: 999999999;
}

.op-cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 999999999;
  background-color: var(--sb-primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.op-cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--sb-primary);
  opacity: 0.3;
}

.op-cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--sb-primary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.op-cursor-outer.cursor-hover {
  opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-offer__bg img {
    height: 400px;
    max-width: 100%;
    border-radius: 20px;
    object-fit: cover;
  }
}
.op-offer__content__one {
  background-color: #F3E4DD;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-offer__content__one {
    height: 400px;
    max-width: 100%;
    border-radius: 20px;
    object-fit: cover;
  }
}
.op-offer__content__box {
  position: absolute;
  top: 80px;
  left: 53px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-offer__content__box {
    top: 20px;
    left: 20px;
  }
}
.op-offer__content__box__two {
  top: 45px;
  left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .op-offer__content__box__two {
    top: 20px;
    left: 20px;
  }
}
.op-offer-three {
  background-color: #01253d;
}
.op-offer-three-shape {
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .op-offer-three-thumb {
    padding-top: 0px;
  }
  .op-offer-three-thumb img {
    max-width: 100%;
  }
}

.op-specialOffer-time {
  position: absolute;
  top: 50px;
  left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-specialOffer-time {
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .op-specialOffer-thumb > img {
    height: 350px;
    width: 100%;
  }
}

.ab-search-bar {
  width: 100%;
  height: 400px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #F5F8FA;
  transform: translateY(-100%);
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ab-search-bar {
    height: 80px;
  }
}
.ab-search-bar-title {
  font-size: 55px;
  color: var(--sb-title);
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ab-search-bar-title {
    font-size: 24px;
  }
}
.ab-search-bar-open {
  transform: translateY(0%);
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.ab-search-bar .ab-search-icon {
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 15px;
  color: var(--sb-title);
}
.ab-search-bar .ab-search-close {
  position: absolute;
  right: 40px;
  top: 50px;
  font-size: 30px;
  z-index: 99;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--sb-title);
}
.ab-search-bar .ab-search-close:hover {
  color: var(--sb-primary);
  transform: rotate(90deg);
}
.ab-search-bar input {
  color: var(--sb-title);
  padding: 20px 0;
  border-bottom: 1px solid var(--sb-body-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ab-search-bar input {
    padding: 12px 0;
  }
}
.ab-search-bar input::placeholder {
  color: var(--sb-title);
}

.my-product-slider {
  margin: 0px -150px !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .my-product-slider {
    margin: 0 20px !important;
  }
}

.cookie-popup {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 400px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media (max-width: 576px) {
  .cookie-popup {
    padding: 20px;
  }
}
.cookie-popup.active {
  bottom: 30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.cookie-popup h2 {
  font-size: 24px;
  margin: 15px 0 10px;
}
@media (max-width: 576px) {
  .cookie-popup h2 {
    font-size: 22px;
  }
}
.cookie-popup p {
  color: #666;
  font-size: 15px;
  margin-bottom: 25px;
}
.cookie-popup .disline-btn {
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
  text-decoration: underline;
}
.cookie-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
