/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Preloader
3. Spacing
4. General
5. Slider
6. Video Modal
7. Header
8. Footer
9. Hero
10. Banner
11. Iconbox
12. Posts
13. CTA
14. Card
15. Category
16. Product Card
17. Animation
18. Newsletter
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## All Variables
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&amp;family=Prompt:wght@300;400;500;600;700&amp;display=swap");
:root {
  --white: #fff;
  --black: #000;
  --primary: #303030;
  --secondary: #636363;
  --ternary: rgba(99, 99, 99, 0.5);
  --accent: #e61f7f;
  --accent-strong: #583fa8;
  --gray: #f2f2f2;
  --accent-light: #faeff2;
  --border: rgba(99, 99, 99, 0.3);
  --primary-font: "IRANSansWeb";
  --secondary-font: "IRANSansWeb";
}

@font-face {
  font-family: "IRANSansWeb";
  src: url(../fonts/IRANSansWeb.eot),
  url(../fonts/IRANSansWeb.ttf),
  url(../fonts/IRANSansWeb.svg),
  url(../fonts/IRANSansWeb.woff),
  url(../fonts/IRANSansWeb.woff2);
}

.rtl {
  direction: rtl !important
}

.ltr {
  direction: ltr !important
}
.form-select{
   background-position: left .75rem center;  }
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
body,
html {
  color: var(--secondary);
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--primary);
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2em;
  font-family: var(--primary-font);
}

.cs_primary_font {
  font-family: var(--primary-font);
}

.cs_secondary_font {
  font-family: var(--secondary-font);
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: var(--accent);
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--secondary);
}
table td,
table th {
  border-top: 1px solid var(--border);
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: var(--secondary);
  border: 1px solid var(--border);
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: var(--secondary);
  border-radius: 5px;
}

input,
textarea {
  color: var(--primary);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

select {
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 6px 10px;
  padding-right: 24px;
  color: var(--secondary);
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--secondary) 50%), linear-gradient(135deg, var(--secondary) 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(1em + 4px), calc(100% - 7px) calc(1em + 4px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*--------------------------------------------------------------
  2. Preloader
----------------------------------------------------------------*/
.cs_perloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background: var(--primary);
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs_perloader_dots_wrap {
  display: block;
  margin: 0px auto;
  width: 97px;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.cs_perloader_dots_wrap .cs_perloader_dots i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: var(--accent);
}
.cs_perloader_dots_wrap .cs_perloader_dots i:first-child {
  opacity: 0;
  -webkit-animation: cs_perloader_dots-ani2 0.58s linear infinite;
          animation: cs_perloader_dots-ani2 0.58s linear infinite;
  -webkit-transform: translate(-19px);
          transform: translate(-19px);
}
.cs_perloader_dots_wrap .cs_perloader_dots i:nth-child(2), .cs_perloader_dots_wrap .cs_perloader_dots i:nth-child(3) {
  -webkit-animation: cs_perloader_dots-ani3 0.58s linear infinite;
          animation: cs_perloader_dots-ani3 0.58s linear infinite;
}
.cs_perloader_dots_wrap .cs_perloader_dots i:last-child {
  -webkit-animation: cs_perloader_dots-ani1 0.58s linear infinite;
          animation: cs_perloader_dots-ani1 0.58s linear infinite;
}

@-webkit-keyframes cs_perloader_dots-ani1 {
  100% {
    -webkit-transform: translate(39px);
            transform: translate(39px);
    opacity: 0;
  }
}

@keyframes cs_perloader_dots-ani1 {
  100% {
    -webkit-transform: translate(39px);
            transform: translate(39px);
    opacity: 0;
  }
}
@-webkit-keyframes cs_perloader_dots-ani2 {
  100% {
    -webkit-transform: translate(19px);
            transform: translate(19px);
    opacity: 1;
  }
}
@keyframes cs_perloader_dots-ani2 {
  100% {
    -webkit-transform: translate(19px);
            transform: translate(19px);
    opacity: 1;
  }
}
@-webkit-keyframes cs_perloader_dots-ani3 {
  100% {
    -webkit-transform: translate(19px);
            transform: translate(19px);
  }
}
@keyframes cs_perloader_dots-ani3 {
  100% {
    -webkit-transform: translate(19px);
            transform: translate(19px);
  }
}
.cs_perloader_text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 3px;
}

/*--------------------------------------------------------------
  3. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .cs_height_1 {
    height: 1px;
  }
  .cs_height_2 {
    height: 2px;
  }
  .cs_height_3 {
    height: 3px;
  }
  .cs_height_4 {
    height: 4px;
  }
  .cs_height_5 {
    height: 5px;
  }
  .cs_height_6 {
    height: 6px;
  }
  .cs_height_7 {
    height: 7px;
  }
  .cs_height_8 {
    height: 8px;
  }
  .cs_height_9 {
    height: 9px;
  }
  .cs_height_10 {
    height: 10px;
  }
  .cs_height_11 {
    height: 11px;
  }
  .cs_height_12 {
    height: 12px;
  }
  .cs_height_13 {
    height: 13px;
  }
  .cs_height_14 {
    height: 14px;
  }
  .cs_height_15 {
    height: 15px;
  }
  .cs_height_16 {
    height: 16px;
  }
  .cs_height_17 {
    height: 17px;
  }
  .cs_height_18 {
    height: 18px;
  }
  .cs_height_19 {
    height: 19px;
  }
  .cs_height_20 {
    height: 20px;
  }
  .cs_height_21 {
    height: 21px;
  }
  .cs_height_22 {
    height: 22px;
  }
  .cs_height_23 {
    height: 23px;
  }
  .cs_height_24 {
    height: 24px;
  }
  .cs_height_25 {
    height: 25px;
  }
  .cs_height_26 {
    height: 26px;
  }
  .cs_height_27 {
    height: 27px;
  }
  .cs_height_28 {
    height: 28px;
  }
  .cs_height_29 {
    height: 29px;
  }
  .cs_height_30 {
    height: 30px;
  }
  .cs_height_31 {
    height: 31px;
  }
  .cs_height_32 {
    height: 32px;
  }
  .cs_height_33 {
    height: 33px;
  }
  .cs_height_34 {
    height: 34px;
  }
  .cs_height_35 {
    height: 35px;
  }
  .cs_height_36 {
    height: 36px;
  }
  .cs_height_37 {
    height: 37px;
  }
  .cs_height_38 {
    height: 38px;
  }
  .cs_height_39 {
    height: 39px;
  }
  .cs_height_40 {
    height: 40px;
  }
  .cs_height_41 {
    height: 41px;
  }
  .cs_height_42 {
    height: 42px;
  }
  .cs_height_43 {
    height: 43px;
  }
  .cs_height_44 {
    height: 44px;
  }
  .cs_height_45 {
    height: 45px;
  }
  .cs_height_46 {
    height: 46px;
  }
  .cs_height_47 {
    height: 47px;
  }
  .cs_height_48 {
    height: 48px;
  }
  .cs_height_49 {
    height: 49px;
  }
  .cs_height_50 {
    height: 50px;
  }
  .cs_height_51 {
    height: 51px;
  }
  .cs_height_52 {
    height: 52px;
  }
  .cs_height_53 {
    height: 53px;
  }
  .cs_height_54 {
    height: 54px;
  }
  .cs_height_55 {
    height: 55px;
  }
  .cs_height_56 {
    height: 56px;
  }
  .cs_height_57 {
    height: 57px;
  }
  .cs_height_58 {
    height: 58px;
  }
  .cs_height_59 {
    height: 59px;
  }
  .cs_height_60 {
    height: 60px;
  }
  .cs_height_61 {
    height: 61px;
  }
  .cs_height_62 {
    height: 62px;
  }
  .cs_height_63 {
    height: 63px;
  }
  .cs_height_64 {
    height: 64px;
  }
  .cs_height_65 {
    height: 65px;
  }
  .cs_height_66 {
    height: 66px;
  }
  .cs_height_67 {
    height: 67px;
  }
  .cs_height_68 {
    height: 68px;
  }
  .cs_height_69 {
    height: 69px;
  }
  .cs_height_70 {
    height: 70px;
  }
  .cs_height_71 {
    height: 71px;
  }
  .cs_height_72 {
    height: 72px;
  }
  .cs_height_73 {
    height: 73px;
  }
  .cs_height_74 {
    height: 74px;
  }
  .cs_height_75 {
    height: 75px;
  }
  .cs_height_76 {
    height: 76px;
  }
  .cs_height_77 {
    height: 77px;
  }
  .cs_height_78 {
    height: 78px;
  }
  .cs_height_79 {
    height: 79px;
  }
  .cs_height_80 {
    height: 80px;
  }
  .cs_height_81 {
    height: 81px;
  }
  .cs_height_82 {
    height: 82px;
  }
  .cs_height_83 {
    height: 83px;
  }
  .cs_height_84 {
    height: 84px;
  }
  .cs_height_85 {
    height: 85px;
  }
  .cs_height_86 {
    height: 86px;
  }
  .cs_height_87 {
    height: 87px;
  }
  .cs_height_88 {
    height: 88px;
  }
  .cs_height_89 {
    height: 89px;
  }
  .cs_height_90 {
    height: 90px;
  }
  .cs_height_91 {
    height: 91px;
  }
  .cs_height_92 {
    height: 92px;
  }
  .cs_height_93 {
    height: 93px;
  }
  .cs_height_94 {
    height: 94px;
  }
  .cs_height_95 {
    height: 95px;
  }
  .cs_height_96 {
    height: 96px;
  }
  .cs_height_97 {
    height: 97px;
  }
  .cs_height_98 {
    height: 98px;
  }
  .cs_height_99 {
    height: 99px;
  }
  .cs_height_100 {
    height: 100px;
  }
  .cs_height_101 {
    height: 101px;
  }
  .cs_height_102 {
    height: 102px;
  }
  .cs_height_103 {
    height: 103px;
  }
  .cs_height_104 {
    height: 104px;
  }
  .cs_height_105 {
    height: 105px;
  }
  .cs_height_106 {
    height: 106px;
  }
  .cs_height_107 {
    height: 107px;
  }
  .cs_height_108 {
    height: 108px;
  }
  .cs_height_109 {
    height: 109px;
  }
  .cs_height_110 {
    height: 110px;
  }
  .cs_height_111 {
    height: 111px;
  }
  .cs_height_112 {
    height: 112px;
  }
  .cs_height_113 {
    height: 113px;
  }
  .cs_height_114 {
    height: 114px;
  }
  .cs_height_115 {
    height: 115px;
  }
  .cs_height_116 {
    height: 116px;
  }
  .cs_height_117 {
    height: 117px;
  }
  .cs_height_118 {
    height: 118px;
  }
  .cs_height_119 {
    height: 119px;
  }
  .cs_height_120 {
    height: 120px;
  }
  .cs_height_121 {
    height: 121px;
  }
  .cs_height_122 {
    height: 122px;
  }
  .cs_height_123 {
    height: 123px;
  }
  .cs_height_124 {
    height: 124px;
  }
  .cs_height_125 {
    height: 125px;
  }
  .cs_height_126 {
    height: 126px;
  }
  .cs_height_127 {
    height: 127px;
  }
  .cs_height_128 {
    height: 128px;
  }
  .cs_height_129 {
    height: 129px;
  }
  .cs_height_130 {
    height: 130px;
  }
  .cs_height_131 {
    height: 131px;
  }
  .cs_height_132 {
    height: 132px;
  }
  .cs_height_133 {
    height: 133px;
  }
  .cs_height_134 {
    height: 134px;
  }
  .cs_height_135 {
    height: 135px;
  }
  .cs_height_136 {
    height: 136px;
  }
  .cs_height_137 {
    height: 137px;
  }
  .cs_height_138 {
    height: 138px;
  }
  .cs_height_139 {
    height: 139px;
  }
  .cs_height_140 {
    height: 140px;
  }
  .cs_height_141 {
    height: 141px;
  }
  .cs_height_142 {
    height: 142px;
  }
  .cs_height_143 {
    height: 143px;
  }
  .cs_height_144 {
    height: 144px;
  }
  .cs_height_145 {
    height: 145px;
  }
  .cs_height_146 {
    height: 146px;
  }
  .cs_height_147 {
    height: 147px;
  }
  .cs_height_148 {
    height: 148px;
  }
  .cs_height_149 {
    height: 149px;
  }
  .cs_height_150 {
    height: 150px;
  }
  .cs_height_151 {
    height: 151px;
  }
  .cs_height_152 {
    height: 152px;
  }
  .cs_height_153 {
    height: 153px;
  }
  .cs_height_154 {
    height: 154px;
  }
  .cs_height_155 {
    height: 155px;
  }
  .cs_height_156 {
    height: 156px;
  }
  .cs_height_157 {
    height: 157px;
  }
  .cs_height_158 {
    height: 158px;
  }
  .cs_height_159 {
    height: 159px;
  }
  .cs_height_160 {
    height: 160px;
  }
  .cs_height_161 {
    height: 161px;
  }
  .cs_height_162 {
    height: 162px;
  }
  .cs_height_163 {
    height: 163px;
  }
  .cs_height_164 {
    height: 164px;
  }
  .cs_height_165 {
    height: 165px;
  }
  .cs_height_166 {
    height: 166px;
  }
  .cs_height_167 {
    height: 167px;
  }
  .cs_height_168 {
    height: 168px;
  }
  .cs_height_169 {
    height: 169px;
  }
  .cs_height_170 {
    height: 170px;
  }
  .cs_height_171 {
    height: 171px;
  }
  .cs_height_172 {
    height: 172px;
  }
  .cs_height_173 {
    height: 173px;
  }
  .cs_height_174 {
    height: 174px;
  }
  .cs_height_175 {
    height: 175px;
  }
  .cs_height_176 {
    height: 176px;
  }
  .cs_height_177 {
    height: 177px;
  }
  .cs_height_178 {
    height: 178px;
  }
  .cs_height_179 {
    height: 179px;
  }
  .cs_height_180 {
    height: 180px;
  }
  .cs_height_181 {
    height: 181px;
  }
  .cs_height_182 {
    height: 182px;
  }
  .cs_height_183 {
    height: 183px;
  }
  .cs_height_184 {
    height: 184px;
  }
  .cs_height_185 {
    height: 185px;
  }
  .cs_height_186 {
    height: 186px;
  }
  .cs_height_187 {
    height: 187px;
  }
  .cs_height_188 {
    height: 188px;
  }
  .cs_height_189 {
    height: 189px;
  }
  .cs_height_190 {
    height: 190px;
  }
  .cs_height_191 {
    height: 191px;
  }
  .cs_height_192 {
    height: 192px;
  }
  .cs_height_193 {
    height: 193px;
  }
  .cs_height_194 {
    height: 194px;
  }
  .cs_height_195 {
    height: 195px;
  }
  .cs_height_196 {
    height: 196px;
  }
  .cs_height_197 {
    height: 197px;
  }
  .cs_height_198 {
    height: 198px;
  }
  .cs_height_199 {
    height: 199px;
  }
  .cs_height_200 {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .cs_height_lg_1 {
    height: 1px;
  }
  .cs_height_lg_2 {
    height: 2px;
  }
  .cs_height_lg_3 {
    height: 3px;
  }
  .cs_height_lg_4 {
    height: 4px;
  }
  .cs_height_lg_5 {
    height: 5px;
  }
  .cs_height_lg_6 {
    height: 6px;
  }
  .cs_height_lg_7 {
    height: 7px;
  }
  .cs_height_lg_8 {
    height: 8px;
  }
  .cs_height_lg_9 {
    height: 9px;
  }
  .cs_height_lg_10 {
    height: 10px;
  }
  .cs_height_lg_11 {
    height: 11px;
  }
  .cs_height_lg_12 {
    height: 12px;
  }
  .cs_height_lg_13 {
    height: 13px;
  }
  .cs_height_lg_14 {
    height: 14px;
  }
  .cs_height_lg_15 {
    height: 15px;
  }
  .cs_height_lg_16 {
    height: 16px;
  }
  .cs_height_lg_17 {
    height: 17px;
  }
  .cs_height_lg_18 {
    height: 18px;
  }
  .cs_height_lg_19 {
    height: 19px;
  }
  .cs_height_lg_20 {
    height: 20px;
  }
  .cs_height_lg_21 {
    height: 21px;
  }
  .cs_height_lg_22 {
    height: 22px;
  }
  .cs_height_lg_23 {
    height: 23px;
  }
  .cs_height_lg_24 {
    height: 24px;
  }
  .cs_height_lg_25 {
    height: 25px;
  }
  .cs_height_lg_26 {
    height: 26px;
  }
  .cs_height_lg_27 {
    height: 27px;
  }
  .cs_height_lg_28 {
    height: 28px;
  }
  .cs_height_lg_29 {
    height: 29px;
  }
  .cs_height_lg_30 {
    height: 30px;
  }
  .cs_height_lg_31 {
    height: 31px;
  }
  .cs_height_lg_32 {
    height: 32px;
  }
  .cs_height_lg_33 {
    height: 33px;
  }
  .cs_height_lg_34 {
    height: 34px;
  }
  .cs_height_lg_35 {
    height: 35px;
  }
  .cs_height_lg_36 {
    height: 36px;
  }
  .cs_height_lg_37 {
    height: 37px;
  }
  .cs_height_lg_38 {
    height: 38px;
  }
  .cs_height_lg_39 {
    height: 39px;
  }
  .cs_height_lg_40 {
    height: 40px;
  }
  .cs_height_lg_41 {
    height: 41px;
  }
  .cs_height_lg_42 {
    height: 42px;
  }
  .cs_height_lg_43 {
    height: 43px;
  }
  .cs_height_lg_44 {
    height: 44px;
  }
  .cs_height_lg_45 {
    height: 45px;
  }
  .cs_height_lg_46 {
    height: 46px;
  }
  .cs_height_lg_47 {
    height: 47px;
  }
  .cs_height_lg_48 {
    height: 48px;
  }
  .cs_height_lg_49 {
    height: 49px;
  }
  .cs_height_lg_50 {
    height: 50px;
  }
  .cs_height_lg_51 {
    height: 51px;
  }
  .cs_height_lg_52 {
    height: 52px;
  }
  .cs_height_lg_53 {
    height: 53px;
  }
  .cs_height_lg_54 {
    height: 54px;
  }
  .cs_height_lg_55 {
    height: 55px;
  }
  .cs_height_lg_56 {
    height: 56px;
  }
  .cs_height_lg_57 {
    height: 57px;
  }
  .cs_height_lg_58 {
    height: 58px;
  }
  .cs_height_lg_59 {
    height: 59px;
  }
  .cs_height_lg_60 {
    height: 60px;
  }
  .cs_height_lg_61 {
    height: 61px;
  }
  .cs_height_lg_62 {
    height: 62px;
  }
  .cs_height_lg_63 {
    height: 63px;
  }
  .cs_height_lg_64 {
    height: 64px;
  }
  .cs_height_lg_65 {
    height: 65px;
  }
  .cs_height_lg_66 {
    height: 66px;
  }
  .cs_height_lg_67 {
    height: 67px;
  }
  .cs_height_lg_68 {
    height: 68px;
  }
  .cs_height_lg_69 {
    height: 69px;
  }
  .cs_height_lg_70 {
    height: 70px;
  }
  .cs_height_lg_71 {
    height: 71px;
  }
  .cs_height_lg_72 {
    height: 72px;
  }
  .cs_height_lg_73 {
    height: 73px;
  }
  .cs_height_lg_74 {
    height: 74px;
  }
  .cs_height_lg_75 {
    height: 75px;
  }
  .cs_height_lg_76 {
    height: 76px;
  }
  .cs_height_lg_77 {
    height: 77px;
  }
  .cs_height_lg_78 {
    height: 78px;
  }
  .cs_height_lg_79 {
    height: 79px;
  }
  .cs_height_lg_80 {
    height: 80px;
  }
  .cs_height_lg_81 {
    height: 81px;
  }
  .cs_height_lg_82 {
    height: 82px;
  }
  .cs_height_lg_83 {
    height: 83px;
  }
  .cs_height_lg_84 {
    height: 84px;
  }
  .cs_height_lg_85 {
    height: 85px;
  }
  .cs_height_lg_86 {
    height: 86px;
  }
  .cs_height_lg_87 {
    height: 87px;
  }
  .cs_height_lg_88 {
    height: 88px;
  }
  .cs_height_lg_89 {
    height: 89px;
  }
  .cs_height_lg_90 {
    height: 90px;
  }
  .cs_height_lg_91 {
    height: 91px;
  }
  .cs_height_lg_92 {
    height: 92px;
  }
  .cs_height_lg_93 {
    height: 93px;
  }
  .cs_height_lg_94 {
    height: 94px;
  }
  .cs_height_lg_95 {
    height: 95px;
  }
  .cs_height_lg_96 {
    height: 96px;
  }
  .cs_height_lg_97 {
    height: 97px;
  }
  .cs_height_lg_98 {
    height: 98px;
  }
  .cs_height_lg_99 {
    height: 99px;
  }
  .cs_height_lg_100 {
    height: 100px;
  }
  .cs_height_lg_101 {
    height: 101px;
  }
  .cs_height_lg_102 {
    height: 102px;
  }
  .cs_height_lg_103 {
    height: 103px;
  }
  .cs_height_lg_104 {
    height: 104px;
  }
  .cs_height_lg_105 {
    height: 105px;
  }
  .cs_height_lg_106 {
    height: 106px;
  }
  .cs_height_lg_107 {
    height: 107px;
  }
  .cs_height_lg_108 {
    height: 108px;
  }
  .cs_height_lg_109 {
    height: 109px;
  }
  .cs_height_lg_110 {
    height: 110px;
  }
  .cs_height_lg_111 {
    height: 111px;
  }
  .cs_height_lg_112 {
    height: 112px;
  }
  .cs_height_lg_113 {
    height: 113px;
  }
  .cs_height_lg_114 {
    height: 114px;
  }
  .cs_height_lg_115 {
    height: 115px;
  }
  .cs_height_lg_116 {
    height: 116px;
  }
  .cs_height_lg_117 {
    height: 117px;
  }
  .cs_height_lg_118 {
    height: 118px;
  }
  .cs_height_lg_119 {
    height: 119px;
  }
  .cs_height_lg_120 {
    height: 120px;
  }
  .cs_height_lg_121 {
    height: 121px;
  }
  .cs_height_lg_122 {
    height: 122px;
  }
  .cs_height_lg_123 {
    height: 123px;
  }
  .cs_height_lg_124 {
    height: 124px;
  }
  .cs_height_lg_125 {
    height: 125px;
  }
  .cs_height_lg_126 {
    height: 126px;
  }
  .cs_height_lg_127 {
    height: 127px;
  }
  .cs_height_lg_128 {
    height: 128px;
  }
  .cs_height_lg_129 {
    height: 129px;
  }
  .cs_height_lg_130 {
    height: 130px;
  }
  .cs_height_lg_131 {
    height: 131px;
  }
  .cs_height_lg_132 {
    height: 132px;
  }
  .cs_height_lg_133 {
    height: 133px;
  }
  .cs_height_lg_134 {
    height: 134px;
  }
  .cs_height_lg_135 {
    height: 135px;
  }
  .cs_height_lg_136 {
    height: 136px;
  }
  .cs_height_lg_137 {
    height: 137px;
  }
  .cs_height_lg_138 {
    height: 138px;
  }
  .cs_height_lg_139 {
    height: 139px;
  }
  .cs_height_lg_140 {
    height: 140px;
  }
  .cs_height_lg_141 {
    height: 141px;
  }
  .cs_height_lg_142 {
    height: 142px;
  }
  .cs_height_lg_143 {
    height: 143px;
  }
  .cs_height_lg_144 {
    height: 144px;
  }
  .cs_height_lg_145 {
    height: 145px;
  }
  .cs_height_lg_146 {
    height: 146px;
  }
  .cs_height_lg_147 {
    height: 147px;
  }
  .cs_height_lg_148 {
    height: 148px;
  }
  .cs_height_lg_149 {
    height: 149px;
  }
  .cs_height_lg_150 {
    height: 150px;
  }
  .cs_height_lg_151 {
    height: 151px;
  }
  .cs_height_lg_152 {
    height: 152px;
  }
  .cs_height_lg_153 {
    height: 153px;
  }
  .cs_height_lg_154 {
    height: 154px;
  }
  .cs_height_lg_155 {
    height: 155px;
  }
  .cs_height_lg_156 {
    height: 156px;
  }
  .cs_height_lg_157 {
    height: 157px;
  }
  .cs_height_lg_158 {
    height: 158px;
  }
  .cs_height_lg_159 {
    height: 159px;
  }
  .cs_height_lg_160 {
    height: 160px;
  }
  .cs_height_lg_161 {
    height: 161px;
  }
  .cs_height_lg_162 {
    height: 162px;
  }
  .cs_height_lg_163 {
    height: 163px;
  }
  .cs_height_lg_164 {
    height: 164px;
  }
  .cs_height_lg_165 {
    height: 165px;
  }
  .cs_height_lg_166 {
    height: 166px;
  }
  .cs_height_lg_167 {
    height: 167px;
  }
  .cs_height_lg_168 {
    height: 168px;
  }
  .cs_height_lg_169 {
    height: 169px;
  }
  .cs_height_lg_170 {
    height: 170px;
  }
  .cs_height_lg_171 {
    height: 171px;
  }
  .cs_height_lg_172 {
    height: 172px;
  }
  .cs_height_lg_173 {
    height: 173px;
  }
  .cs_height_lg_174 {
    height: 174px;
  }
  .cs_height_lg_175 {
    height: 175px;
  }
  .cs_height_lg_176 {
    height: 176px;
  }
  .cs_height_lg_177 {
    height: 177px;
  }
  .cs_height_lg_178 {
    height: 178px;
  }
  .cs_height_lg_179 {
    height: 179px;
  }
  .cs_height_lg_180 {
    height: 180px;
  }
  .cs_height_lg_181 {
    height: 181px;
  }
  .cs_height_lg_182 {
    height: 182px;
  }
  .cs_height_lg_183 {
    height: 183px;
  }
  .cs_height_lg_184 {
    height: 184px;
  }
  .cs_height_lg_185 {
    height: 185px;
  }
  .cs_height_lg_186 {
    height: 186px;
  }
  .cs_height_lg_187 {
    height: 187px;
  }
  .cs_height_lg_188 {
    height: 188px;
  }
  .cs_height_lg_189 {
    height: 189px;
  }
  .cs_height_lg_190 {
    height: 190px;
  }
  .cs_height_lg_191 {
    height: 191px;
  }
  .cs_height_lg_192 {
    height: 192px;
  }
  .cs_height_lg_193 {
    height: 193px;
  }
  .cs_height_lg_194 {
    height: 194px;
  }
  .cs_height_lg_195 {
    height: 195px;
  }
  .cs_height_lg_196 {
    height: 196px;
  }
  .cs_height_lg_197 {
    height: 197px;
  }
  .cs_height_lg_198 {
    height: 198px;
  }
  .cs_height_lg_199 {
    height: 199px;
  }
  .cs_height_lg_200 {
    height: 200px;
  }
}
/*--------------------------------------------------------------
  4. General
----------------------------------------------------------------*/
@media (min-width: 1600px) {
  .container {
    max-width: 1544px;
  }
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row > * {
  padding-left: 10px;
  padding-right: 10px;
}

.cs_row_gap_10 {
  margin-left: -5px;
  margin-right: -5px;
}
.cs_row_gap_10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.cs_plr_25 {
  padding-left: 25px;
  padding-right: 25px;
}

.cs_fs_10 {
  font-size: 10px;
  line-height: 1.7em;
}

.cs_fs_14 {
  font-size: 14px;
  line-height: 1.7em;
}

.cs_fs_16 {
  font-size: 16px;
  line-height: 1.6em;
}

.cs_fs_18 {
  font-size: 18px;
  line-height: 1.6em;
}

.cs_fs_24 {
  font-size: 24px;
  line-height: 1.41em;
}
@media (max-width: 1600px) {
  .cs_fs_24 {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .cs_fs_24 {
    font-size: 22px;
  }
}

.cs_fs_36 {
  font-size: 36px;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .cs_fs_36 {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .cs_fs_36 {
    font-size: 28px;
  }
}

.cs_fs_54 {
  font-size: 54px;
  line-height: 1.11em;
}
@media (max-width: 1600px) {
  .cs_fs_54 {
    font-size: 48px;
  }
}
@media (max-width: 1400px) {
  .cs_fs_54 {
    font-size: 42px;
  }
}

.cs_fs_72 {
  font-size: 72px;
  line-height: 1.14em;
}
@media (max-width: 1600px) {
  .cs_fs_72 {
    font-size: 66px;
  }
}
@media (max-width: 1400px) {
  .cs_fs_72 {
    font-size: 56px;
  }
}

.cs_fs_64 {
  font-size: 64px;
  line-height: 1.15em;
}
@media (max-width: 1600px) {
  .cs_fs_64 {
    font-size: 58px;
  }
}
@media (max-width: 1400px) {
  .cs_fs_64 {
    font-size: 50px;
  }
}

.cs_fs_70 {
  font-size: 70px;
  line-height: 1.15em;
}
@media (max-width: 1600px) {
  .cs_fs_70 {
    font-size: 58px;
  }
}
@media (max-width: 1400px) {
  .cs_fs_70 {
    font-size: 50px;
  }
}

.cs_fs_100 {
  font-size: 100px;
  line-height: 1em;
}
@media (max-width: 1600px) {
  .cs_fs_100 {
    font-size: 92px;
  }
}
@media (max-width: 1400px) {
  .cs_fs_100 {
    font-size: 82px;
  }
}
@media (max-width: 991px) {
  .cs_fs_100 {
    font-size: 76px;
  }
}
@media (max-width: 575px) {
  .cs_fs_100 {
    font-size: 60px;
  }
}

.cs_light {
  font-weight: 300;
}

.cs_normal {
  font-weight: 400;
}

.cs_medium {
  font-weight: 500;
}

.cs_semibold {
  font-weight: 600;
}

.cs_bold {
  font-weight: 700;
}

.cs_extra_bold {
  font-weight: 800;
}

.cs_black {
  font-weight: 900;
}

.cs_radius_3 {
  border-radius: 3px;
}

.cs_radius_4 {
  border-radius: 4px;
}

.cs_radius_5 {
  border-radius: 5px;
}

.cs_radius_6 {
  border-radius: 6px;
}

.cs_radius_7 {
  border-radius: 7px;
}

.cs_radius_8 {
  border-radius: 8px;
}

.cs_radius_9 {
  border-radius: 9px;
}

.cs_radius_10 {
  border-radius: 10px;
}

.cs_radius_12 {
  border-radius: 12px;
}

.cs_radius_15 {
  border-radius: 15px;
}

.cs_radius_16 {
  border-radius: 16px;
}

.cs_radius_20 {
  border-radius: 20px;
}

.cs_radius_30 {
  border-radius: 30px;
}

.cs_mp_0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_gap_y_10 {
  gap: 10px 0;
}

.cs_gap_y_15 {
  gap: 15px 0;
}

.cs_gap_y_20 {
  gap: 20px 0;
}

.cs_gap_y_24 {
  gap: 24px 0;
}

.cs_gap_y_30 {
  gap: 30px 0;
}

.cs_gap_y_35 {
  gap: 35px 0;
}

.cs_gap_y_40 {
  gap: 40px 0;
}

.cs_gap_y_45 {
  gap: 45px 0;
}

.cs_gap_y_60 {
  gap: 60px 0;
}

.cs_gap_y_65 {
  gap: 65px 0;
}

.cs_gap_y_80 {
  gap: 80px 0;
}

.cs_gap_y_100 {
  gap: 100px 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid var(--secondary);
  opacity: 0.5;
}

.cs_grid_5_column {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1400px) {
  .cs_grid_5_column {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) {
  .cs_grid_5_column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .cs_grid_5_column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_grid_5_column {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cs_grid_5_column,
.cs_grid_4_column,
.cs_grid_3_column,
.cs_grid_2_column {
  display: grid;
  grid-gap: 20px;
}
@media (max-width: 575px) {
  .cs_grid_5_column,
  .cs_grid_4_column,
  .cs_grid_3_column,
  .cs_grid_2_column {
    grid-gap: 15px;
  }
}
.cs_grid_5_column.cs_type_1 .cs_grid_col:not(:last-child),
.cs_grid_4_column.cs_type_1 .cs_grid_col:not(:last-child),
.cs_grid_3_column.cs_type_1 .cs_grid_col:not(:last-child),
.cs_grid_2_column.cs_type_1 .cs_grid_col:not(:last-child) {
  border-left: 1px solid var(--border);
}

@media (max-width: 1199px) {
  .cs_grid_5_column.cs_type_1 {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .cs_grid_5_column.cs_type_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs_grid_5_column.cs_type_1 .cs_grid_col {
    width: 100%;
  }
  .cs_grid_5_column.cs_type_1 .cs_grid_col:nth-child(5) {
    grid-column: initial;
  }
  .cs_grid_5_column.cs_type_1 .cs_grid_col:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    padding-bottom: 12px;
  }
}

.cs_grid_4_column {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .cs_grid_4_column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .cs_grid_4_column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_grid_4_column {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cs_grid_3_column {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .cs_grid_3_column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_grid_3_column {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cs_grid_2_column {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .cs_grid_2_column {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cs_grid_3_column:not(.active) .cs_product_card.cs_style_1,
.cs_grid_2_column:not(.active) .cs_product_card.cs_style_1 {
  text-align: center;
}
.cs_grid_3_column:not(.active) .cs_product_card.cs_style_1 .cs_product_category,
.cs_grid_3_column:not(.active) .cs_product_card.cs_style_1 .cs_product_price,
.cs_grid_3_column:not(.active) .cs_product_card.cs_style_1 .cs_product_ratings,
.cs_grid_2_column:not(.active) .cs_product_card.cs_style_1 .cs_product_category,
.cs_grid_2_column:not(.active) .cs_product_card.cs_style_1 .cs_product_price,
.cs_grid_2_column:not(.active) .cs_product_card.cs_style_1 .cs_product_ratings {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs_grid_style_1 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .cs_grid_style_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_grid_style_1 .cs_grid_col:not(:first-child) .cs_post.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1400px) {
  .cs_grid_style_1 .cs_grid_col:not(:first-child) .cs_post.cs_style_2 {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .cs_grid_style_1 .cs_grid_col:not(:first-child) .cs_post.cs_style_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: initial;
    gap: 25px 0px;
  }
}
.cs_grid_style_1 .cs_grid_col:not(:first-child) .cs_post.cs_style_2 .cs_post_info {
  padding: 0;
}
.cs_grid_style_1 .cs_grid_col:not(:first-child) .cs_post.cs_style_2 .cs_post_subtitle {
  display: none;
}
.cs_grid_style_1 .cs_grid_col:not(:first-child) .cs_post.cs_style_2 .cs_post_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 237px;
  min-height: 180px;
  height: 100%;
}
@media (max-width: 1400px) {
  .cs_grid_style_1 .cs_grid_col:not(:first-child) .cs_post.cs_style_2 .cs_post_thumb {
    width: 190px;
  }
}
@media (max-width: 575px) {
  .cs_grid_style_1 .cs_grid_col:not(:first-child) .cs_post.cs_style_2 .cs_post_thumb {
    width: 100%;
    height: initial;
    min-height: initial;
  }
}
.cs_grid_style_1 .cs_grid_col:not(:first-child) .cs_post.cs_style_2 .cs_post_title {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .cs_grid_style_1 .cs_grid_col:first-child {
    grid-column: span 2;
    grid-row: span 3;
  }
  .cs_grid_style_1 .cs_grid_col:nth-child(2), .cs_grid_style_1 .cs_grid_col:nth-child(3), .cs_grid_style_1 .cs_grid_col:nth-child(4) {
    grid-column: span 2;
  }
}

.cs_grid_style_2 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .cs_grid_style_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_grid_style_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cs_bg_filed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs_bg_fixed {
  background-attachment: fixed;
}

.cs_vertical_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

.cs_vertical_middle_in {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs_white_color {
  color: var(--white);
}

.cs_primary_color {
  color: var(--primary);
}

.cs_secondary_color {
  color: var(--secondary);
}

.cs_ternary_color {
  color: var(--ternary);
}

.cs_accent_color {
  color: var(--accent);
}

.cs_accent_strong_color {
  color: var(--accent-strong);
}

.cs_accent_light_color {
  color: var(--accent-light);
}

.cs_white_bg {
  background-color: var(--white);
}

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

.cs_primary_bg_2 {
  background-color: #13282f;
}

.cs_secondary_bg {
  background-color: var(--secondary);
}

.cs_ternary_bg {
  background-color: var(--ternary);
}

.cs_gray_bg {
  background-color: var(--gray);
}

.cs_gray_bg_2 {
  background-color: #f9f3eb;
}

.cs_gray_bg_3 {
  background-color: #f6f6f6;
}

.cs_gray_bg_4 {
  background-color: rgba(242, 242, 242, 0.6);
}

.cs_accent_bg {
  background-color: var(--accent);
}

.cs_accent_light_bg {
  background-color: var(--accent-light);
}

.cs_accent_bg_03p {
  background-color: rgba(230, 31, 127, 0.03);
}

.cs_accent_strong_bg {
  background-color: var(--accent-strong);
}

/* Start Accordion */
.cs_accordians.cs_style_1 .cs_accordian_title {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_accordians.cs_style_1 .cs_accordian_body {
  padding: 0 70px 32px 42px;
  margin-top: -24px;
}
@media (max-width: 1400px) {
  .cs_accordians.cs_style_1 .cs_accordian_body {
    padding: 0 62px 25px 25px;
    margin-top: -15px;
  }
}
@media (max-width: 575px) {
  .cs_accordians.cs_style_1 .cs_accordian_body {
    padding: 0 20px 25px 20px;
  }
}
.cs_accordians.cs_style_1 .cs_accordian_body p {
  margin: 0;
}
.cs_accordians.cs_style_1 .cs_accordian_head {
  padding: 32px 70px 32px 42px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .cs_accordians.cs_style_1 .cs_accordian_head {
    padding: 25px 62px 25px 25px;
  }
}
@media (max-width: 575px) {
  .cs_accordians.cs_style_1 .cs_accordian_head {
    padding: 25px 20px 25px 57px;
  }
}
.cs_accordians.cs_style_1 .cs_accordian_head:hover .cs_accordian_title {
  color: var(--accent);
}
.cs_accordians.cs_style_1 .cs_accordian {
  background-color: var(--white);
  border-radius: 8px;
}
.cs_accordians.cs_style_1 .cs_accordian:not(:last-child) {
  margin-bottom: 20px;
}
.cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_head {
  pointer-events: none;
}
.cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_toggle {
  background: var(--accent);
}
.cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_toggle::before, .cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_toggle::after {
  background: var(--white);
}
.cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_toggle::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.cs_accordians.cs_style_1 .cs_accordian_toggle {
  position: absolute;
  left: 42px;
  top: 33px;
  height: 27px;
  width: 27px;
  display: inline-block;
  background-color: var(--accent-light);
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1400px) {
  .cs_accordians.cs_style_1 .cs_accordian_toggle {
    left: 25px;
    top: 28px;
  }
}
@media (max-width: 575px) {
  .cs_accordians.cs_style_1 .cs_accordian_toggle {
    left: 20px;
  }
}
.cs_accordians.cs_style_1 .cs_accordian_toggle::before, .cs_accordians.cs_style_1 .cs_accordian_toggle::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--accent);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_accordians.cs_style_1 .cs_accordian_toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.cs_accordians.cs_style_1.cs_type_1 .cs_accordian {
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  background-color: transparent;
}
.cs_accordians.cs_style_1.cs_type_1 .cs_accordian > * {
  position: relative;
  z-index: 2;
}
.cs_accordians.cs_style_1.cs_type_1 .cs_accordian:not(:last-child) {
  border-bottom: 1px solid rgba(99, 99, 99, 0.5);
}
.cs_accordians.cs_style_1.cs_type_1 .cs_accordian::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--accent);
  opacity: 0;
}
.cs_accordians.cs_style_1.cs_type_1 .cs_accordian.active::before {
  opacity: 0.06;
}

.cs_accordians_section_1 {
  padding: 0 90px;
}
@media (max-width: 1400px) {
  .cs_accordians_section_1 {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .cs_accordians_section_1 {
    padding: 0 25px;
  }
}
.cs_accordians_section_1 .cs_section_heading.cs_style_1 {
  padding-left: 90px;
}
@media (max-width: 1400px) {
  .cs_accordians_section_1 .cs_section_heading.cs_style_1 {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cs_accordians_section_1 .cs_section_heading.cs_style_1 {
    padding-right: 0px;
  }
}
.cs_accordians_section_1 .cs_accordians.cs_style_1.cs_type_1 .cs_accordian::before {
  display: none;
}
.cs_accordians_section_1 .cs_accordians.cs_style_1.cs_type_1 .cs_accordian .cs_accordian_toggle {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  right: 35px;
}
@media (max-width: 991px) {
  .cs_accordians_section_1 .cs_accordians.cs_style_1.cs_type_1 .cs_accordian .cs_accordian_toggle {
    right: 0px;
    top: 16px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cs_accordians_section_1 .cs_accordians.cs_style_1.cs_type_1 .cs_accordian.active .cs_accordian_toggle {
  background-color: transparent;
}
.cs_accordians_section_1 .cs_accordians.cs_style_1.cs_type_1 .cs_accordian.active .cs_accordian_toggle:before, .cs_accordians_section_1 .cs_accordians.cs_style_1.cs_type_1 .cs_accordian.active .cs_accordian_toggle:after {
  background-color: var(--accent);
}
@media (max-width: 991px) {
  .cs_accordians_section_1 .cs_accordians.cs_style_1.cs_type_1 .cs_accordian_head {
    padding: 15px 30px 15px 0px;
  }
  .cs_accordians_section_1 .cs_accordians.cs_style_1.cs_type_1 .cs_accordian_body {
    padding: 0 30px 25px 0px;
    margin-top: -5px;
  }
}

/* End Accordion */
.cs_half_white_bg {
  position: relative;
}
.cs_half_white_bg::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--white);
}
.cs_half_white_bg > * {
  position: relative;
  z-index: 2;
}

.cs_text_btn span {
  position: relative;
}
.cs_text_btn span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.cs_text_btn:hover span::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.cs_btn.cs_style_1,
.cs_btn.cs_style_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  line-height: 1.5em;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  gap: 8px;
}

.cs_btn.cs_style_1 {
  padding: 16px 25px;
  min-width: 190px;
  background-color: var(--accent);
}
@media (max-width: 1199px) {
  .cs_btn.cs_style_1 {
    font-size: 16px;
    padding: 13px 20px;
  }
}
@media (max-width: 991px) {
  .cs_btn.cs_style_1 {
    min-width: 150px;
  }
}
.cs_btn.cs_style_1.cs_color_1 {
  background-color: var(--accent-strong);
}
.cs_btn.cs_style_1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: auto;
  -webkit-box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.3), 4px 4px 5px 0px rgba(255, 255, 255, 0.3), 7px 7px 20px 0px rgba(255, 255, 255, 0.3), -4px -4px 5px 0px rgba(255, 255, 255, 0.3);
          box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.3), 4px 4px 5px 0px rgba(255, 255, 255, 0.3), 7px 7px 20px 0px rgba(255, 255, 255, 0.3), -4px -4px 5px 0px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.cs_btn.cs_style_1:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.cs_btn.cs_style_1:hover:after {
  width: 100%;
}
.cs_btn.cs_style_1.cs_size_md {
  padding: 10px 25px;
  min-width: 174px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .cs_btn.cs_style_1.cs_size_md {
    padding: 10px 20px;
    min-width: 150px;
  }
}
.cs_btn.cs_style_1.cs_type_1 {
  padding: 13px 25px;
}

.cs_btn.cs_style_2 {
  padding: 15px 25px;
  min-width: 190px;
  border: 1px solid var(--accent);
  background-color: transparent;
  color: var(--accent);
}
@media (max-width: 1199px) {
  .cs_btn.cs_style_2 {
    font-size: 16px;
    padding: 11px 20px;
  }
}
.cs_btn.cs_style_2:hover {
  background-color: var(--accent);
  color: var(--white);
}
.cs_btn.cs_style_2.cs_size_md {
  padding: 9px 25px;
  min-width: 174px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .cs_btn.cs_style_2.cs_size_md {
    padding: 9px 20px;
    min-width: 150px;
  }
}
.cs_btn.cs_style_2.cs_type_1 {
  padding: 12px 25px;
}

.cs_brand.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs_moving_container .cs_moving_container_in {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cs_moving_container .cs_moving_container_in:hover.cs_slide_left, .cs_moving_container .cs_moving_container_in:hover.cs_slide_right {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.cs_moving_container .cs_moving_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_moving_container .cs_slide_left {
  -webkit-animation: slideLeft 40s linear infinite;
          animation: slideLeft 40s linear infinite;
}
.cs_moving_container .cs_slide_right {
  -webkit-animation: slideRight 40s linear infinite;
          animation: slideRight 40s linear infinite;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.cs_moving_container.cs_style_1 {
  padding: 5px 0;
}
.cs_moving_container.cs_style_1 .cs_moving_container_in {
  gap: 60px;
}

/* Start Section Heading */
.cs_section_heading.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 50px;
}
.cs_section_heading.cs_style_1 .cs_section_heading_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 17px;
  line-height: 1.5em;
}
.cs_section_heading.cs_style_1 .cs_section_heading_title svg {
  color: var(--accent);
}
.cs_section_heading.cs_style_1 .cs_countdown.cs_style_1 {
  margin-left: 64px;
}
@media (max-width: 1199px) {
  .cs_section_heading.cs_style_1 .cs_countdown.cs_style_1 {
    margin-right: 20px;
  }
}
.cs_section_heading.cs_style_1 .cs_heading_animation_1 {
  height: 690px;
  width: 690px;
  border-radius: 50%;
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 .cs_heading_animation_1 {
    display: none;
  }
}
.cs_section_heading.cs_style_1 .cs_heading_animation_1 svg {
  position: absolute;
}
.cs_section_heading.cs_style_1 .cs_heading_animation_1 svg:first-child {
  right: 50px;
  top: 120px;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.cs_section_heading.cs_style_1 .cs_heading_animation_1 svg:last-child {
  right: 410px;
  bottom: -10px;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.cs_section_heading.cs_style_1 .cs_heading_animation_1_in {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--white);
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
}
.cs_section_heading.cs_style_1 .cs_section_heading_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 75px;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 .cs_section_heading_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 40px;
  }
}
.cs_section_heading.cs_style_1 .cs_section_heading_in .cs_countdown.cs_style_1 {
  gap: 16px;
}
.cs_section_heading.cs_style_1 .cs_section_heading_in .cs_countdown.cs_style_1 .cs_countdown_box {
  height: 33px;
  min-width: initial;
  border-radius: 0px;
  padding: 0px;
}
.cs_section_heading.cs_style_1 .cs_section_heading_in .cs_countdown.cs_style_1 .cs_countdown_box:not(:last-child)::before {
  left: -11px;
  top: -2px;
}

/* End Section Heading */
/* Start Countdown Section */
.cs_countdown.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.cs_countdown.cs_style_1 .cs_countdown_box {
  height: 47px;
  min-width: 70px;
  border-radius: 6px;
  padding: 0px 3px;
  position: relative;
}
.cs_countdown.cs_style_1 .cs_countdown_box:not(:last-child)::before {
  content: ":";
  color: var(--accent);
  position: absolute;
  left: -15px;
  top: -1px;
}

/* End Countdown Section */
/* Start Review */
.cs_rating {
  position: relative;
  color: rgba(99, 99, 99, 0.5);
  width: 93px;
  height: 16px;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1em;
  display: block;
}
.cs_rating .cs_rating_percentage {
  position: absolute;
  color: var(--accent);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  display: block;
}
.cs_rating::before,
.cs_rating .cs_rating_percentage::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "font awesome 6 free";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  width: 100%;
}

/* End Review */
/* Start ProgressBar */
.cs_progress {
  height: 10px;
  width: 100%;
  background-color: rgba(48, 48, 48, 0.15);
  border-radius: 25px;
}

.cs_progress_in {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#303030), to(rgba(88, 63, 168, 0.82)));
  background: linear-gradient(90deg, #303030 0%, rgba(88, 63, 168, 0.82) 100%);
  border-radius: inherit;
}

/* End ProgressBar */
.cs_video_block.cs_style_1 {
  height: 700px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .cs_video_block.cs_style_1 {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .cs_video_block.cs_style_1 {
    height: 400px;
  }
  .cs_video_block.cs_style_1 svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.cs_video_block.cs_style_1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.cs_video_block.cs_style_1 svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.cs_video_block.cs_style_1:hover::before {
  opacity: 1;
}
.cs_video_block.cs_style_1:hover svg {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.cs_breadcamp_wrap.cs_style_1 {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .cs_breadcamp_wrap.cs_style_1 {
    min-height: 280px;
  }
}
.cs_breadcamp_wrap.cs_style_1 .cs_breadcamp_title {
  margin-bottom: 20px;
}
.cs_breadcamp_wrap.cs_style_1.cs_type_1 {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_breadcamp_wrap.cs_style_1.cs_type_1 .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container > .cs_breadcamp_wrap.cs_style_1 {
  padding: 40px 100px;
}
@media (max-width: 991px) {
  .container > .cs_breadcamp_wrap.cs_style_1 {
    padding: 40px 40px;
  }
}
@media (max-width: 400px) {
  .container > .cs_breadcamp_wrap.cs_style_1 {
    padding: 50px 25px;
  }
}

.cs_breadcamp_wrap.cs_style_2 {
  padding: 30px 0;
}
.cs_breadcamp_wrap.cs_style_2 .cs_breadcamp_title {
  margin-bottom: 0px;
}
.cs_breadcamp_wrap.cs_style_2 .cs_breadcamp_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs_breadcamp_wrap.cs_style_2 .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}
.cs_breadcamp_wrap.cs_style_2 .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}

.cs_view_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 40px;
}

.cs_view_box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.cs_view_box_in button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--primary);
  opacity: 0.5;
}
.cs_view_box_in button:hover {
  opacity: 1;
}
.cs_view_box_in button.active {
  opacity: 1;
  color: var(--accent);
}

.cs_filter_dropdown_btn {
  padding: 10px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}

.cs_custom_checkbox {
  display: inline-block;
  position: relative;
  min-height: 24px;
}
.cs_custom_checkbox input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.cs_custom_checkbox input:checked + span {
  color: var(--accent);
}
.cs_custom_checkbox input:checked + span::before {
  border-color: var(--accent);
  background-color: var(--accent);
}
.cs_custom_checkbox input:checked + span::after {
  border-color: var(--white);
  opacity: 1;
}
.cs_custom_checkbox > span {
  display: inline-block;
  position: relative;
  padding-right: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_custom_checkbox > span::before, .cs_custom_checkbox > span::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_custom_checkbox > span::before {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  border: 2px solid var(--secondary);
  right: 0;
  top: 5px;
}
.cs_custom_checkbox > span::after {
  height: 8px;
  width: 6px;
  border: 2px solid currentColor;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-radius: 1px;
  left: 4px;
  top: 7px;
  opacity: 0;
}
.cs_custom_checkbox.cs_style_1 > span {
  padding-right: 31px;
}
.cs_custom_checkbox.cs_style_1 > span:before {
  height: 20px;
  width: 20px;
  top: 2px;
}
.cs_custom_checkbox.cs_style_1 > span:after {
  height: 12px;
  width: 7px;
  right: 7px;
  top: 4px;
  border-radius: 0;
}
.cs_custom_checkbox.cs_style_1.cs_type_1 > span {
  display: block;
  padding-left: 21px;
}

.cs_custom_select {
  padding: 10px 35px 10px 28px;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--secondary);
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) calc(1em + 4px), calc(100% - 20px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .cs_custom_select {
    padding: 10px 30px 10px 20px;
    background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
  }
}

.cs_custom_radio_btn {
  display: inline-block;
  position: relative;
}
.cs_custom_radio_btn span {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid var(--border);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_custom_radio_btn span:hover {
  background-color: var(--gray);
}
.cs_custom_radio_btn input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.cs_custom_radio_btn input[type=radio]:checked + span {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.cs_filter_dropdown {
  position: relative;
}

.cs_filter_dropdown_body {
  background-color: var(--white);
  width: 200px;
  border: 1px solid var(--border);
  border-radius: 4px;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 10;
  max-height: 300px;
  overflow: auto;
  padding: 5px 0;
}
.cs_filter_dropdown_body.active {
  margin-top: 6px;
}
.cs_filter_dropdown_body .cs_custom_checkbox {
  width: 100%;
  padding: 5px 15px;
}
.cs_filter_dropdown_body .cs_custom_checkbox::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% - 10px);
  left: 5px;
  top: 0;
  background-color: var(--accent);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.cs_filter_dropdown_body .cs_custom_checkbox:hover::before {
  opacity: 0.1;
}
.cs_filter_dropdown_body .cs_rating {
  top: 4px;
}

.cs_filter_dropdown_btn > svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_filter_dropdown_btn.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cs_filter_dropdown_btn:hover {
  background-color: var(--gray);
  color: var(--primary);
}

.cs_filter_heading.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .cs_filter_heading.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cs_filter_heading.cs_style_1 > * {
    width: 100%;
  }
  .cs_filter_heading.cs_style_1 .cs_view_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cs_filter_heading.cs_style_1 .cs_custom_select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cs_filter_heading.cs_style_1 .cs_filter_heading_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .cs_filter_heading.cs_style_1 .cs_filter_heading_left {
    gap: 7px;
  }
}
.cs_filter_heading.cs_style_1 h3 {
  margin-bottom: 0;
  font-weight: 400;
  margin-right: 20px;
  font-size: 16px;
  color: var(--secondary);
}
@media (max-width: 1199px) {
  .cs_filter_heading.cs_style_1 h3 {
    margin-right: 10px;
  }
}
@media (max-width: 1400px) {
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_dropdown_btn {
    padding: 10px 14px;
  }
}
@media (max-width: 1199px) {
  .cs_filter_heading.cs_style_1.cs_type_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_dropdown {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_heading_left {
    width: 100%;
    gap: 10px;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_dropdown_btn {
    width: 100%;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_heading_right {
    width: 100%;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_view_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_heading_left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_dropdown {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (max-width: 767px) {
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_heading_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_dropdown {
    width: 100%;
  }
}

.cs_price_range .cs_price_range_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cs_price_range .cs_price_range_in > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_price_range .cs_price_range_in span {
  display: block;
}
.cs_price_range input {
  display: block;
  border: 1px solid var(--border);
  border-radius: 4px;
  height: 45px;
  width: 100%;
  padding: 5px 15px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.cs_price_range input:focus {
  border-color: var(--primary);
}
.cs_price_range .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}

.cs_filter_dropdown_body.cs_price_range {
  width: 250px;
  padding: 15px;
}

.cs_pagination_box {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (max-width: 991px) {
  .cs_pagination_box {
    gap: 15px;
  }
}
@media (max-width: 400px) {
  .cs_pagination_box {
    gap: 5px;
  }
}
.cs_pagination_box .cs_pagination_item {
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
          box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  height: 45px;
  width: 45px;
  color: var(--primary);
  line-height: 1.5em;
}
@media (max-width: 400px) {
  .cs_pagination_box .cs_pagination_item {
    height: 40px;
    width: 40px;
  }
}
.cs_pagination_box .cs_pagination_item.active {
  background-color: var(--accent);
  color: var(--white);
  pointer-events: none;
}
.cs_pagination_box a.cs_pagination_item:hover {
  background-color: var(--accent);
  color: var(--white);
}
.cs_pagination_box .cs_pagination_arrow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_pagination_box .cs_pagination_arrow:hover {
  color: var(--primary);
}
.cs_pagination_box .cs_pagination_arrow_left {
  margin-right: 15px;
}
.cs_pagination_box .cs_pagination_arrow_right {
  margin-left: 15px;
}

.cs_filter_widgets {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 280px;
}
.cs_filter_widgets.cs_accent_light_bg {
  width: 380px;
  padding: 40px;
}
@media (max-width: 1400px) {
  .cs_filter_widgets.cs_accent_light_bg {
    width: 320px;
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cs_filter_widgets.cs_accent_light_bg {
    width: 280px;
    padding: 25px;
  }
}
.cs_filter_widgets.cs_accent_light_bg .cs_filter_widget {
  border: none;
  border-radius: 0;
  padding: 0;
}
.cs_filter_widgets.cs_accent_light_bg .cs_filter_widget:not(:last-child) {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .cs_products_with_sidebar .cs_filter_widgets {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 400px;
    top: 0;
    left: -400px;
    height: 100vh;
    overflow: auto;
    padding: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 420px) {
  .cs_products_with_sidebar .cs_filter_widgets {
    width: 300px;
    left: -300px;
  }
}

@media (max-width: 991px) {
  .cs_drawer_btn.cs_type_1.cs_accent_bg.active + .cs_products_with_sidebar .cs_filter_widgets {
    left: 0;
  }
}

.cs_filter_widget {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 30px;
}
.cs_filter_widget:not(:last-child) {
  margin-bottom: 20px;
}

.cs_filter_widget_list li:not(:last-child) {
  padding-bottom: 8px;
}

.cs_filter_widget_title {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.cs_filter_widget_title > svg {
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_filter_widget_title.active > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cs_more_widget_btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.cs_more_widget_btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 5px;
  left: 0;
  background-color: currentColor;
}
.cs_more_widget_btn:hover {
  color: var(--accent);
}

.cs_filter_widget_content {
  padding-top: 12px;
}
.cs_filter_widget_content .cs_rating {
  top: 4px;
}

.cs_products_with_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .cs_products_with_sidebar .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_thumb {
    width: 160px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cs_products_with_sidebar .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_thumb {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .cs_products_with_sidebar .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_thumb {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .cs_products_with_sidebar {
    gap: 50px 20px;
  }
}
.cs_products_with_sidebar .cs_products_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cs_overlay_filter_widgets {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cs_overlay_filter_widgets .cs_overlay_filter {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  position: absolute;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background-color: rgba(48, 48, 48, 0.36);
}
.cs_overlay_filter_widgets .cs_filter_widgets {
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 100vh;
  overflow: auto;
  width: 400px;
  padding: 70px 60px;
  left: -400px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 420px) {
  .cs_overlay_filter_widgets .cs_filter_widgets {
    padding: 50px 25px;
    width: 300px;
  }
}
.cs_overlay_filter_widgets .cs_filter_widget {
  border: none;
  border: 0;
  padding: 0px 0px;
  max-width: 220px;
  margin-left: 40px;
}
.cs_overlay_filter_widgets .cs_filter_widget:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cs_overlay_filter_widgets .cs_filter_widget:not(:last-child) {
    margin-bottom: 20px;
  }
}
.cs_overlay_filter_widgets .cs_drower_logo {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cs_overlay_filter_widgets .cs_drower_logo {
    margin-bottom: 40px;
  }
}
.cs_overlay_filter_widgets .cs_filter_icon {
  position: absolute;
  left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 3px;
}
.cs_overlay_filter_widgets.active {
  opacity: 1;
  visibility: visible;
}
.cs_overlay_filter_widgets.active .cs_filter_widgets {
  left: 0;
}

.cs_drawer_btn {
  position: fixed;
  top: 238px;
  right: 0;
  z-index: 1002;
  width: 65px;
  height: 189px;
  border: none;
  outline: none;
  border-radius: 8px 0 0 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .cs_drawer_btn {
    width: 22px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
  }
  .cs_drawer_btn svg {
    width: 10px;
    height: 20px;
  }
}
.cs_drawer_btn svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_drawer_btn.active {
  right: 400px;
}
@media (max-width: 420px) {
  .cs_drawer_btn.active {
    left: 300px;
  }
}
.cs_drawer_btn.active svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.cs_drawer_btn.cs_type_1 {
  display: none;
}
@media (max-width: 991px) {
  .cs_drawer_btn.cs_type_1 {
    display: block;
  }
}

.cs_banner_list_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 575px) {
  .cs_banner_list_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_banner_list_1 a {
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_banner_list_1 a:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.cs_banner_list_1 a img {
  border-radius: inherit;
}

.cs_highlight_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .cs_highlight_categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .cs_highlight_categories .cs_highlight_category_thumb {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cs_highlight_categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cs_highlight_category span {
  display: block;
  margin-top: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 500;
}
.cs_highlight_category:hover span {
  color: var(--accent);
}

.cs_highlight_category_thumb {
  height: 177px;
  width: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  .cs_highlight_category_thumb {
    height: 149px;
    width: 149px;
  }
}
@media (max-width: 1400px) {
  .cs_highlight_category_thumb {
    height: 125px;
    width: 125px;
  }
}
.cs_highlight_category_thumb img {
  max-height: 100%;
}

.cs_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 120px;
}
@media (max-width: 1400px) {
  .cs_about {
    gap: 40px 50px;
  }
}
@media (max-width: 1199px) {
  .cs_about {
    gap: 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_about .cs_about_left {
  width: 49.2%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1199px) {
  .cs_about .cs_about_left {
    width: 100%;
  }
}
.cs_about h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .cs_about h2 {
    margin-bottom: 20px;
  }
}
.cs_about h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
.cs_about .cs_about_right img {
  margin-top: 30px;
}

.cs_value_box {
  padding: 40px;
  border: 1px solid var(--border);
  min-height: 315px;
}
@media (max-width: 1600px) {
  .cs_value_box {
    padding: 30px;
    min-height: 290px;
  }
}
.cs_value_box .cs_value_box_icon {
  margin-bottom: 22px;
}
.cs_value_box .cs_value_box_title {
  margin-bottom: 15px;
}

.cs_roadmap_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 50%;
  gap: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .cs_roadmap_item {
    max-width: 100%;
  }
}
.cs_roadmap_item .cs_roadmap_year {
  min-width: 100px;
}
@media (max-width: 1199px) {
  .cs_roadmap_item .cs_roadmap_year {
    min-width: 80px;
  }
}
.cs_roadmap_item h3 {
  margin-bottom: 16px;
  padding-top: 7px;
}
@media (max-width: 1600px) {
  .cs_roadmap_item h3 {
    padding-top: 4px;
  }
}
@media (max-width: 1600px) {
  .cs_roadmap_item h3 {
    padding-top: 0px;
  }
}
.cs_roadmap_item .cs_roadmap_right {
  max-width: 325px;
  width: 100%;
}

.cs_roadmap_list .cs_shape_box {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--accent-light);
  border: 1px solid var(--accent-strong);
  padding: 2px;
  top: 14px;
}
@media (max-width: 1600px) {
  .cs_roadmap_list .cs_shape_box {
    top: 10px;
  }
}
@media (max-width: 1400px) {
  .cs_roadmap_list .cs_shape_box {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .cs_roadmap_list .cs_shape_box {
    display: none;
  }
}
.cs_roadmap_list .cs_shape_box::before {
  content: "";
  height: 1px;
  width: 50px;
  background-color: var(--accent-strong);
  position: absolute;
  top: 50%;
}
.cs_roadmap_list .cs_shape_box::after {
  content: "";
  position: absolute;
  top: 6px;
  height: 7px;
  width: 7px;
  border: 1px solid var(--accent-strong);
  border-left: 0;
  border-top: 0;
}
.cs_roadmap_list .cs_shape_box span {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-color: var(--accent-strong);
}
.cs_roadmap_list li {
  position: relative;
}
@media (max-width: 767px) {
  .cs_roadmap_list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cs_roadmap_list li:nth-child(even) .cs_roadmap_item {
    margin-left: auto;
    padding-left: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cs_roadmap_list li:nth-child(even) .cs_roadmap_item {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .cs_roadmap_list li:nth-child(even) .cs_shape_box {
    left: -10px;
  }
  .cs_roadmap_list li:nth-child(even) .cs_shape_box::before {
    left: 100%;
  }
  .cs_roadmap_list li:nth-child(even) .cs_shape_box::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: -50px;
  }
  .cs_roadmap_list li:nth-child(odd) .cs_roadmap_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right;
    padding-right: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cs_roadmap_list li:nth-child(odd) .cs_roadmap_item {
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .cs_roadmap_list li:nth-child(odd) .cs_shape_box {
    right: -10px;
  }
  .cs_roadmap_list li:nth-child(odd) .cs_shape_box::before {
    right: 100%;
  }
  .cs_roadmap_list li:nth-child(odd) .cs_shape_box::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: -50px;
  }
}

.cs_roadmap_list_wrap {
  position: relative;
  padding: 0 20px;
}

.cs_roadmap_list_seperator {
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width: 767px) {
  .cs_roadmap_list_seperator {
    display: none;
  }
}
.cs_roadmap_list_seperator .cs_roadmap_list_seperator_in {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
}
.cs_roadmap_list_seperator .cs_roadmap_list_seperator_in::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 5px dashed var(--accent-strong);
  top: 0;
  right: 0;
}
.cs_roadmap_list_seperator::before, .cs_roadmap_list_seperator::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: -2px;
  background-color: var(--accent-strong);
}
.cs_roadmap_list_seperator::before {
  bottom: 0;
}
.cs_roadmap_list_seperator::after {
  top: 0;
}

/* Start Post Sidebar */
.cs_sidebar {
  padding: 40px;
}
@media (max-width: 1199px) {
  .cs_sidebar {
    padding: 40px 25px;
  }
}

.cs_sidebar_search {
  position: relative;
}
.cs_sidebar_search input {
  width: 100%;
  border-radius: 5px;
  height: 50px;
  border: 1px solid var(--border);
  padding: 5px 15px;
}
.cs_sidebar_search .cs_sidebar_search_btn {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background-color: transparent;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--ternary);
}
.cs_sidebar_search .cs_sidebar_search_btn:hover {
  color: var(--accent);
}

.cs_sidebar_widget_title {
  margin-bottom: 25px;
}

.cs_widget_categories ul {
  list-style: none;
  padding: 0;
  margin: -7px 0 0;
  font-weight: 300;
}
.cs_widget_categories ul li:not(:last-child) {
  margin-bottom: 8px;
}

.cs_recent_posts li:not(:last-child) {
  margin-bottom: 28px;
}

.cs_recent_post .cs_recent_post_date {
  position: relative;
  padding-right: 28px;
}
.cs_recent_post .cs_recent_post_date i {
  position: absolute;
  right: 0;
  top: 4px;
  color: var(--ternary);
}
.cs_recent_post .cs_recent_post_title {
  margin-bottom: 10px;
}

.cs_tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.cs_tagcloud a {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid var(--accent);
  border-radius: 5px;
  color: var(--accent);
  font-weight: 300;
}
.cs_tagcloud a:hover {
  color: #fff;
  background-color: var(--accent);
}

.cs_sidebar_item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 991px) {
  .cs_sidebar_item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.cs_right_sidebar {
  margin-left: 100px;
}
@media (max-width: 1600px) {
  .cs_right_sidebar {
    margin-left: 50px;
  }
}
@media (max-width: 1400px) {
  .cs_right_sidebar {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .cs_right_sidebar {
    margin-right: 0px;
  }
}

.cs_left_sidebar {
  margin-left: 100px;
}
@media (max-width: 1600px) {
  .cs_left_sidebar {
    margin-left: 50px;
  }
}
@media (max-width: 1400px) {
  .cs_left_sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .cs_left_sidebar {
    margin-left: 0px;
  }
}

/* End Post Sidebar */
/* Start Blog Details */
.cs_blog_details {
  font-size: 18px;
  line-height: 1.7em;
}
.cs_blog_details h1 {
  font-size: 54px;
  line-height: 1.11em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .cs_blog_details h1 {
    font-size: 48px;
  }
}
@media (max-width: 1400px) {
  .cs_blog_details h1 {
    font-size: 42px;
  }
}
.cs_blog_details h2 {
  font-size: 24px;
  line-height: 1.41em;
  font-family: var(--secondary-font);
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .cs_blog_details h2 {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .cs_blog_details h2 {
    font-size: 22px;
  }
}
.cs_blog_details img {
  border-radius: 10px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cs_blog_details img {
    margin-bottom: 40px;
  }
}
.cs_blog_details .cs_post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cs_blog_details .cs_post_meta {
    gap: 5px 25px;
  }
}
.cs_blog_details .cs_post_meta > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cs_blog_details p {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cs_blog_details p {
    margin-bottom: 40px;
  }
}
.cs_blog_details ul {
  margin-bottom: 60px;
  list-style: disc;
}
@media (max-width: 991px) {
  .cs_blog_details ul {
    margin-bottom: 40px;
  }
}
.cs_blog_details ul strong {
  font-weight: 600;
}
.cs_blog_details ul li:not(:last-child) {
  margin-bottom: 10px;
}
.cs_blog_details blockquote {
  font-size: 24px;
  line-height: 1.41em;
  border-right: 10px solid var(--accent-strong);
  color: var(--primary);
  font-weight: 500;
  font-style: normal;
  background-color: rgba(88, 63, 168, 0.1);
  padding: 54px 90px;
  margin: 60px 0;
}
@media (max-width: 991px) {
  .cs_blog_details blockquote {
    margin: 40px 0;
    padding: 30px 25px;
    font-size: 23px;
    border-width: 5px;
  }
}
@media (max-width: 991px) {
  .cs_blog_details blockquote {
    font-size: 22px;
  }
}
.cs_blog_details > *:last-child {
  margin-bottom: 0;
}

.cs_social_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cs_social_share a {
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
}
.cs_social_share a:hover {
  background-color: var(--accent-strong);
}

.cs_post_share_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}
.cs_post_share_wrap .cs_tagcloud {
  max-width: 550px;
}

.cs_post_reply {
  padding: 60px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cs_post_reply {
    padding: 40px 25px;
    margin-top: 65px;
  }
}
.cs_post_reply h3 {
  margin-bottom: 30px;
}
.cs_post_reply textarea {
  width: 100%;
  background-color: var(--white);
  padding: 15px 20px;
  border: none;
  outline: none;
  display: block;
  margin-bottom: 30px;
  border-radius: 6px;
}

.comments-area {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .comments-area {
    margin-top: 60px;
  }
}

.comments-title {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: var(--secondary-font);
}
@media (max-width: 1600px) {
  .comments-title {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .comments-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .comments-title {
    margin-bottom: 25px;
  }
}

.cs-comment_wrapper {
  padding: 45px 30px;
  margin-bottom: 70px;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 4px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 300;
  border-top: 1px solid var(--border);
}
.comment-list > .comment {
  padding: 50px 0px;
}
@media (max-width: 991px) {
  .comment-list > .comment {
    padding: 30px 0px;
  }
}
.comment-list > .comment:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.comment-list > .comment:last-child {
  padding-bottom: 0;
}
.comment-list .children {
  border-top: 1px solid var(--border);
  margin-top: 50px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .comment-list .children {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.comment-list .children .comment:not(:first-child) {
  border-width: 1px 0 0;
  border-style: solid;
  margin-top: 30px;
  padding-top: 30px;
}
.comment-list .bypostauthor:not(:last-child) {
  border-bottom: 1px solid var(--border);
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .comment-list .bypostauthor:not(:last-child) {
    margin-bottom: 30px;
  }
}
.comment-list .bypostauthor .comment-body:last-child {
  margin-bottom: 0;
}
.comment-list .comment-body {
  padding-right: 90px;
  padding-top: 0;
  position: relative;
}
@media (max-width: 991px) {
  .comment-list .comment-body {
    padding-left: 80px;
  }
}
.comment-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list ol.children {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .comment-list ol.children {
    padding-left: 30px;
  }
}
.comment-list .avatar {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  height: 66px;
  width: 66px;
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .fn {
  font-style: initial;
  font-weight: 500;
  color: var(--primary);
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.2em;
}
.comment-list .comment-meta {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2em;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .comment-list .comment-meta {
    margin-bottom: 14px;
  }
}
.comment-list .comment-meta a:hover {
  color: var(--primary);
}
.comment-list .comment-meta + p,
.comment-list .comment-meta + p + p {
  font-size: 16px;
  line-height: 1.62em;
  margin-bottom: 0;
  color: var(--primary);
}
.comment-list .reply {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .comment-list .reply {
    margin-top: 12px;
  }
}
.comment-list .reply a {
  font-weight: 600;
  display: inline-block;
  line-height: inherit;
  color: var(--accent);
}
.comment-list .reply a:hover {
  text-decoration: underline;
}

.url {
  font-weight: 500;
  font-size: 24px;
  color: var(--primary);
}
@media (max-width: 1600px) {
  .url {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .url {
    font-size: 22px;
  }
}

#commentform p.logged-in-as {
  font-size: 16px;
  margin-top: -5px;
}

#commentform p.logged-in-as a:hover {
  text-decoration: underline;
}

/* End Blog Details */
hr {
  opacity: 1;
  border-color: var(--border);
}

.cs_contact_section {
  padding: 30px 30px 30px 60px;
}
@media (max-width: 1199px) {
  .cs_contact_section {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cs_contact_section {
    padding: 30px 15px;
  }
}

.cs_contact_info {
  padding: 50px 40px;
  min-height: 775px;
  position: relative;
}
@media (max-width: 575px) {
  .cs_contact_info {
    padding: 40px 20px;
    min-height: initial;
  }
}
.cs_contact_info .cs_contact_info_img {
  position: absolute;
  bottom: 0;
  left: 15%;
}
@media (max-width: 575px) {
  .cs_contact_info .cs_contact_info_img {
    display: none;
  }
}
.cs_contact_info > h2 {
  margin-bottom: 12px;
}
.cs_contact_info > p {
  margin-bottom: 48px;
}
.cs_contact_info .cs_contact_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 25px;
}
@media (max-width: 400px) {
  .cs_contact_info .cs_contact_info_item {
    gap: 15px;
  }
}
.cs_contact_info .cs_contact_info_item h4 {
  margin-bottom: 5px;
}
.cs_contact_info .cs_contact_info_item:not(:last-child) {
  margin-bottom: 28px;
}
.cs_contact_info .cs_contact_info_item a:hover {
  color: #fff;
  text-decoration: underline;
}
.cs_contact_info .cs_contact_info_icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_contact_info .cs_contact_info_icon img {
  width: 50px;
}

.cs_form_field {
  display: block;
  width: 100%;
  padding: 11px 15px;
  border: 1px solid var(--border);
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.cs_form_field:focus {
  border-color: var(--accent);
}

label {
  margin-bottom: 5px;
  display: inline-block;
}
label span {
  color: #e61f7f;
}

.cs_password {
  position: relative;
}
.cs_password .cs_form_field {
  padding-left: 60px;
}
.cs_password .cs_eye_btn {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs_password .cs_eye_btn svg {
  opacity: 0.4;
}
.cs_password .cs_eye_btn::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 25px;
  background-color: var(--accent);
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  top: 7px;
  left: 2px;
  opacity: 0.6;
  display: none;
}
.cs_password .cs_eye_btn.show::after {
  display: block;
}

.cs_contact_form_wrap h2 {
  margin-bottom: 15px;
}
.cs_contact_form_wrap p {
  margin-bottom: 40px;
}

.cs_map {
  height: 600px;
}
@media (max-width: 991px) {
  .cs_map {
    height: 400px;
  }
}
.cs_map iframe {
  height: 100%;
  width: 100%;
  border: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 10px;
}

.cs_login_card {
  padding: 30px;
}
@media (max-width: 575px) {
  .cs_login_card {
    padding: 30px 20px;
  }
}
.cs_login_card h2 {
  margin-bottom: 6px;
}

.cs_login_card_row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cs_signup_card_wrap {
  padding: 65px 0;
}
@media (max-width: 991px) {
  .cs_signup_card_wrap {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .cs_signup_card_wrap {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .cs_signup_card_wrap {
    padding: 5px;
  }
}

.cs_signup_card {
  max-width: 735px;
  background-color: #fff;
  padding: 100px 110px 120px;
}
@media (max-width: 991px) {
  .cs_signup_card {
    padding: 70px 40px;
    border-radius: 8px;
  }
}
@media (max-width: 575px) {
  .cs_signup_card {
    padding: 50px 20px;
  }
}
.cs_signup_card h2 {
  margin-bottom: 6px;
}

.cs_store_locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 -10px;
}
.cs_store_locations .cs_store_location_col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .cs_store_locations .cs_store_location_col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cs_store_locations .cs_store_location_col {
    width: 100%;
  }
}
.cs_store_locations .cs_store_location {
  border: 1px solid var(--border);
  padding: 40px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .cs_store_locations .cs_store_location {
    padding: 25px;
  }
}
.cs_store_locations .cs_store_location:hover {
  border-color: var(--accent);
}
.cs_store_locations .cs_store_location b {
  font-weight: 600;
  color: var(--primary);
}
.cs_store_locations .cs_store_location h3 {
  margin-bottom: 14px;
  font-weight: 600;
}
.cs_store_locations .cs_store_location p {
  margin-bottom: 12px;
}
.cs_store_locations .cs_store_location p:last-child {
  margin-bottom: 0;
}

.cs_error img {
  margin-bottom: 40px;
  max-height: 450px;
}
.cs_error h1 {
  margin-bottom: 40px;
}

.cs_card_remove_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--border);
  background-color: transparent;
  padding: 12px 25px;
}
.cs_card_remove_btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.cs_product_card.cs_style_1 + .cs_card_remove_btn {
  margin-top: 20px;
}

.cs_order_card {
  padding: 40px;
}
@media (max-width: 575px) {
  .cs_order_card {
    padding: 25px;
  }
}
.cs_order_card .cs_order_card_title {
  margin-bottom: 25px;
}
.cs_order_card .cs_coupon_title {
  margin-bottom: 3px;
}
.cs_order_card .cs_coupon_subtitle {
  margin-bottom: 17px;
}

.cs_coupon_form {
  position: relative;
}
.cs_coupon_form .cs_coupon_input {
  height: 59px;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid var(--border);
  padding: 5px 135px 5px 25px;
  outline: none;
}
@media (max-width: 1199px) {
  .cs_coupon_form .cs_coupon_input {
    height: 50px;
    padding: 5px 90px 5px 15px;
  }
}
.cs_coupon_form .cs_coupon_input:focus {
  border-color: var(--accent);
}
.cs_coupon_form .cs_btn.cs_style_1 {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 120px;
}
@media (max-width: 1199px) {
  .cs_coupon_form .cs_btn.cs_style_1 {
    min-width: 80px;
  }
}
.cs_coupon_form .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}

.cs_card_price_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs_card_price_list li:not(:last-child) {
  margin-bottom: 10px;
}
.cs_card_price_list li.cs_total_price {
  padding-top: 20px;
  margin-top: 25px;
  position: relative;
}
.cs_card_price_list li.cs_total_price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--border)), color-stop(75%, var(--border)), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(90deg, var(--border), var(--border) 75%, transparent 75%, transparent 100%);
  background-size: 15px 2px;
  border: none;
}
.cs_card_price_list.cs_type_1 {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
}
.cs_card_price_list.cs_type_1 li.cs_total_price {
  padding-top: 15px;
  margin-top: 18px;
}
.cs_card_price_list .cs_card_price_list_seperator_up {
  border-top: 1px solid var(--border);
  padding-top: 15px;
}
.cs_card_price_list .cs_card_price_list_seperator_head {
  border: 1px solid var(--border);
  border-width: 1px 0 1px 0;
  padding: 12px 0;
}

.cs_payment_method_list li:not(:last-child) {
  margin-bottom: 15px;
}

.cs_order_note {
  margin-bottom: 20px;
}

.cs_order_note_input {
  height: 120px;
  display: block;
  border: 1px solid var(--border);
  width: 100%;
  border-radius: 5px;
  padding: 15px 25px;
  outline: none;
  resize: none;
}
.cs_order_note_input:focus {
  border-color: var(--accent);
}

.cs_tooltip {
  position: relative;
  display: inline-block;
}

.cs_tooltip_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cs_tooltip_btn:hover + .cs_tooltip_body {
  display: block;
}

.cs_tooltip_body {
  position: absolute;
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  margin: 0 0 8px 0;
  background-color: var(--primary);
  color: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  font-weight: 300;
  display: none;
  z-index: 10;
}
.cs_tooltip_body::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: var(--primary);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
}

.cs_btn_group_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .cs_btn_group_1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.cs_btn_group_1 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 575px) {
  .cs_btn_group_1 > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cs_btn_group_1 > *:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs_btn_group_1 > *:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cs_btn_group_1 .cs_like_btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 59px;
  height: 59px;
}
@media (max-width: 1199px) {
  .cs_btn_group_1 .cs_like_btn {
    width: 49px;
    height: 49px;
  }
}
.cs_btn_group_1 .cs_like_btn svg {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
@media (max-width: 1199px) {
  .cs_btn_group_1 .cs_like_btn svg {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.cs_btn_group_1 .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}

.cs_btn_group_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 16px;
}
@media (max-width: 400px) {
  .cs_btn_group_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_btn_group_2 .cs_btn.cs_style_1 {
  max-width: 220px;
  width: 100%;
}
.cs_btn_group_2 .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}
@media (max-width: 400px) {
  .cs_btn_group_2 .cs_btn.cs_style_1 {
    max-width: 100%;
  }
}
.cs_btn_group_2 .cs_quantity.cs_style_1 {
  height: 59px;
  max-width: 132px;
  width: 100%;
}
@media (max-width: 991px) {
  .cs_btn_group_2 .cs_quantity.cs_style_1 {
    height: 50px;
  }
}
@media (max-width: 400px) {
  .cs_btn_group_2 .cs_quantity.cs_style_1 {
    max-width: 100%;
  }
}

.cs_btn_group_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.cs_btn_group_3 .cs_btn.cs_style_2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_btn_group_3 .cs_quantity.cs_style_1 {
  height: 59px;
  max-width: 200px;
  width: 100%;
}

.cs_wishlist_btn_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cs_wishlist_btn_1 .cs_like_btn {
  border: none;
  background-color: transparent;
  padding: 0;
}
.cs_wishlist_btn_1 .cs_like_btn:hover {
  background-color: transparent;
}
.cs_wishlist_btn_1 .cs_like_btn svg {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.cs_tab {
  display: none;
}
.cs_tab.active {
  display: block;
}
.cs_tab table {
  border-bottom: 1px solid var(--border);
}

.cs_tab_links.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cs_tab_links.cs_style_1 {
    font-size: 18px;
    padding: 10px 0;
  }
}
.cs_tab_links.cs_style_1 a {
  padding: 25px 30px;
  display: inline-block;
  color: rgba(99, 99, 99, 0.5);
}
@media (max-width: 991px) {
  .cs_tab_links.cs_style_1 a {
    padding: 15px 20px;
  }
}
@media (max-width: 450px) {
  .cs_tab_links.cs_style_1 a {
    padding: 7px 15px;
  }
}
.cs_tab_links.cs_style_1 a:hover {
  color: var(--secondary);
}
.cs_tab_links.cs_style_1 .active a {
  color: var(--accent);
}

.cs_tabs.cs_type_1 {
  border-radius: 10px;
}
.cs_tabs.cs_type_1 .cs_tab_links.cs_style_1 {
  border-bottom: 1px solid var(--border);
}
.cs_tabs.cs_type_1 .cs_tab {
  padding: 30px;
}

.cs_account_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 60px;
}
@media (max-width: 1400px) {
  .cs_account_wrap {
    gap: 40px 30px;
  }
}
@media (max-width: 991px) {
  .cs_account_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cs_account_nav {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  max-width: 380px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .cs_account_nav {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .cs_account_nav {
    max-width: 100%;
  }
}
.cs_account_nav h3 {
  font-size: 18px;
  margin: 0;
}
.cs_account_nav h3 span {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary);
}
.cs_account_nav .cs_account_avatar {
  padding: 5px 0px 15px 0px;
  margin: 0 25px 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cs_account_nav .cs_account_avatar img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 60px;
  width: 60px;
  border-radius: 5px;
}

.cs_account_nav_list li:not(:last-child) {
  margin-bottom: 1px;
}
.cs_account_nav_list a {
  display: block;
  padding: 13px 25px;
  position: relative;
}
.cs_account_nav_list a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--accent);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_account_nav_list a:hover::before {
  opacity: 0.1;
}
.cs_account_nav_list span {
  position: relative;
  z-index: 2;
}
.cs_account_nav_list .active a {
  color: var(--accent);
}
.cs_account_nav_list .active a::before {
  opacity: 0.1;
}

.cs_account_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cs_account_body {
  padding: 25px;
}

.cs_account_card {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.cs_account_card .cs_card_price_list li:not(:last-child) {
  margin-bottom: 15px;
}
.cs_account_card .cs_card_price_list li:hover {
  color: var(--primary);
}
.cs_account_card .cs_delivery_address {
  padding: 20px 0;
  border-top: 1px solid var(--border);
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 50px;
}
.cs_account_card .cs_delivery_address b {
  color: var(--primary);
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
}

.cs_account_card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid var(--border);
}
.cs_account_card_head.cs_type_1 {
  border-bottom: 0;
}

.cs_table_1 {
  min-width: 520px;
}
.cs_table_1 img {
  height: 50px;
}
.cs_table_1 td,
.cs_table_1 th {
  padding: 15px 10px;
}
.cs_table_1 th {
  color: var(--primary);
  font-weight: 500;
}
.cs_table_1 tbody tr:hover {
  background-color: var(--gray);
}

.cs_personal_info p {
  margin-bottom: 10px;
}
.cs_personal_info p:last-child {
  margin-bottom: 0;
}

.cs_table_1_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px;
  border-top: 1px solid var(--border);
}
.cs_table_1_footer .page-link {
  color: var(--secondary);
  border-color: var(--border);
  padding: 7px 5px;
  min-width: 40px;
  text-align: center;
}
.cs_table_1_footer .page-link i {
  font-size: 14px;
}
.cs_table_1_footer .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cs_table_1_footer a.page-link:hover {
  color: var(--accent);
}
.cs_table_1_footer .active > .page-link,
.cs_table_1_footer .page-link.active {
  background-color: var(--accent);
  color: #fff;
}
.cs_table_1_footer .active > .page-link:hover,
.cs_table_1_footer .page-link.active:hover {
  color: #fff;
}

.cs_address_card {
  border: 1px solid var(--border);
  padding: 20px 20px;
}
.cs_address_card h3 {
  margin-bottom: 10px;
}
.cs_address_card p {
  margin-bottom: 20px;
}

.cs_zoom .cs_zoom_in {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs_zoom:hover .cs_zoom_in {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/*--------------------------------------------------------------
  5. Slider
----------------------------------------------------------------*/
.cs_slider {
  position: relative;
}

.slick-arrow {
  cursor: pointer;
}

.draggable {
  cursor: url(../images/drag.png) 16 9, ew-resize !important;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs_remove_overflow .slick-list {
  overflow: visible;
}
.cs_remove_overflow .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cs_remove_overflow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.cs_slider_gap_20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.cs_slider_gap_20 .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.cs_slider_gap_24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.cs_slider_gap_24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.cs_slider_gap_90 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}
.cs_slider_gap_90 .slick-list {
  margin-left: -45px;
  margin-right: -45px;
}

.cs_shadow_slider .slick-list {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% + 60px);
  margin-left: -30px;
}

.cs_slider.cs_style_2 .cs_slider_2_in {
  padding-left: 95px;
  width: 70vw;
}

.cs_slider.cs_style_3 .cs_card.cs_style_1 {
  padding-bottom: 0;
}
.cs_slider.cs_style_3 .slick-slide {
  padding-left: 37px;
  padding-right: 37px;
}
.cs_slider.cs_style_3 .slick-list {
  margin-left: -37px;
}

.cs_slider_arrows.cs_style_1 .cs_left_arrow,
.cs_slider_arrows.cs_style_1 .cs_right_arrow {
  height: 40px;
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow:hover,
.cs_slider_arrows.cs_style_1 .cs_right_arrow:hover {
  background-color: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow {
  left: -20px;
}
.cs_slider_arrows.cs_style_1 .cs_right_arrow {
  right: -20px;
}
.cs_slider_arrows.cs_style_1.cs_type_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cs_slider_arrows.cs_style_1.cs_type_1 .cs_left_arrow,
.cs_slider_arrows.cs_style_1.cs_type_1 .cs_right_arrow {
  position: initial;
  -webkit-transform: initial;
          transform: initial;
}

.cs_pagination.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_pagination.cs_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 15px;
}
.cs_pagination.cs_style_1 li {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 2px solid var(--primary);
  border-radius: 3px;
  margin: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_pagination.cs_style_1 li::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--primary);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_pagination.cs_style_1 li.slick-active {
  background-color: transparent;
}
.cs_pagination.cs_style_1 li.slick-active::before {
  opacity: 1;
}
.cs_pagination.cs_style_1 button {
  display: none;
}
.cs_pagination.cs_style_1.cs_type_1 {
  position: absolute;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 120px;
}
.cs_pagination.cs_style_1.cs_type_1 ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs_pagination.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_pagination.cs_style_2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 18px;
}
.cs_pagination.cs_style_2 li {
  margin: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: var(--ternary);
}
.cs_pagination.cs_style_2 li.slick-active {
  background-color: var(--accent);
}
.cs_pagination.cs_style_2 button {
  display: none;
}
.cs_pagination.cs_style_2.cs_type_1 {
  position: absolute;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 120px;
}
.cs_pagination.cs_style_2.cs_type_1 ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs_show_arrow_hover .cs_left_arrow,
.cs_show_arrow_hover .cs_right_arrow {
  opacity: 0;
}
.cs_show_arrow_hover:hover .cs_left_arrow,
.cs_show_arrow_hover:hover .cs_right_arrow {
  opacity: 1;
}

@media (max-width: 991px) {
  .cs_mobile_hide {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cs_mobile_show {
    display: none !important;
  }
}
[data-variable-width="1"] .cs_card.cs_style_2,
[data-variable-width="1"] .cs_post.cs_style_1.cs_type_1 {
  width: 424px;
}
[data-variable-width="1"] .cs_card.cs_style_1 {
  width: 390px;
}

.cs_single_product_slider_1 .cs_single_product_nav {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 410px) {
  .cs_single_product_slider_1 .cs_single_product_nav {
    max-width: 260px;
  }
}
.cs_single_product_slider_1 .cs_single_product_thumb_item {
  height: 452px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 25px 0;
}
@media (max-width: 575px) {
  .cs_single_product_slider_1 .cs_single_product_thumb_item {
    height: 350px;
  }
}
.cs_single_product_slider_1 .cs_single_product_thumb_item img {
  max-height: 100%;
}
.cs_single_product_slider_1 .cs_single_product_thumb_mini {
  height: 98px;
  max-width: 98px !important;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid transparent;
  border-radius: 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  cursor: pointer;
}
@media (max-width: 410px) {
  .cs_single_product_slider_1 .cs_single_product_thumb_mini {
    height: 87px;
  }
}
.cs_single_product_slider_1 .cs_single_product_thumb_mini img {
  max-height: 100%;
}
.cs_single_product_slider_1 .slick-current .cs_single_product_thumb_mini {
  border-color: var(--accent);
}
.cs_single_product_slider_1 .cs_single_left_arrow,
.cs_single_product_slider_1 .cs_single_right_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_single_product_slider_1 .cs_single_left_arrow:hover,
.cs_single_product_slider_1 .cs_single_right_arrow:hover {
  color: var(--accent);
}
.cs_single_product_slider_1 .cs_single_left_arrow {
  left: 0;
}
.cs_single_product_slider_1 .cs_single_right_arrow {
  right: 0;
}
.cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item {
  height: 710px;
  padding-bottom: 0;
}
@media (max-width: 1400px) {
  .cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item {
    height: 400px;
  }
}
.cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item:hover img {
  opacity: 0;
}
.cs_single_product_slider_1.cs_type_1 .cs_single_product_nav {
  max-width: 600px;
}
.cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_mini {
  height: 140px;
  max-width: 140px !important;
}
@media (max-width: 410px) {
  .cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_mini {
    height: 87px;
  }
}
.cs_single_product_slider_1 .cs_product_zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cs_single_product_slider_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cs_single_product_slider_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.cs_single_product_slider_2 .cs_single_product_thumb_item:hover img {
  opacity: 0;
}

.cs_single_product_nav_2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 140px;
  margin: -10px 0;
}
@media (max-width: 767px) {
  .cs_single_product_nav_2 {
    margin: 0;
    width: 100%;
  }
  .cs_single_product_nav_2 img {
    max-height: 100%;
  }
}
.cs_single_product_nav_2 .cs_single_product_thumb_mini {
  height: 140px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 420px) {
  .cs_single_product_nav_2 .cs_single_product_thumb_mini {
    height: 120px;
  }
}
.cs_single_product_nav_2 .cs_single_product_thumb_mini:hover {
  border-color: var(--border);
}
.cs_single_product_nav_2 .slick-slide {
  padding: 10px 0;
}
.cs_single_product_nav_2 .slick-slide.slick-current .cs_single_product_thumb_mini {
  border-color: var(--accent);
}

.cs_single_product_thumb_2 {
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  .cs_single_product_thumb_2 {
    width: 100%;
  }
}

.cs_slider_heading_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cs_slider_heading_1 {
    margin-bottom: 40px;
  }
}

.cs_product_slider_wrap_1 {
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .cs_product_slider_wrap_1 {
    padding-right: 0px;
  }
}

.cs_product_zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/*--------------------------------------------------------------
  6. Video Modal
----------------------------------------------------------------*/
.cs-sample-img .cs_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs-sample-img .cs_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cs_video_popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
}

.cs_video_popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs_video_popup.active .cs_video_popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cs_video_popup_content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs_video_popup.active .cs_video_popup_content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs_video_popup_content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs_video_popup_container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.cs_video_popup_container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs_video_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs_video_popup_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:hover:before,
.cs_video_popup_close:hover:after {
  background: #000;
}

.cs_video_popup_layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs_video_popup_align {
  overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
7. Header
----------------------------------------------------------------*/
.cs_cart_card_wrap {
  position: fixed;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_cart_card_wrap.active {
  opacity: 1;
  visibility: visible;
}
.cs_cart_card_wrap.active .cs_cart_card {
  left: 0;
}

.cs_cart_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.cs_cart_card {
  position: fixed;
  height: 100vh;
  width: 375px;
  background-color: #fff;
  right: -375px;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_cart_card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 25px;
}

.cs_cart_close {
  border: none;
  padding: 0;
  font-weight: 500;
  color: var(--primary);
}
.cs_cart_close:hover {
  color: var(--accent);
}

.cs_cart_card_footer {
  padding: 15px 25px;
}

.cs_cart_card_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 25px 25px;
}

.cs_cart_card_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid var(--border);
  padding: 15px 0;
}

.cs_cart_card_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  position: relative;
  padding-left: 22px;
}
.cs_cart_card_item h3 {
  margin-bottom: 5px;
}
.cs_cart_card_item .cs_quantity.cs_style_1 {
  max-width: 100px;
  height: 36px;
  margin-bottom: 8px;
}
.cs_cart_card_item .cs_quantity.cs_style_1 .cs_quantity_button {
  width: 34px;
  font-size: 14px;
}

.cs_cart_card_item_left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_cart_card_item_left img {
  max-height: 100%;
}

.cs_cart_card_item_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cs_cart_card_item_remove {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_cart_card_item_remove:hover {
  color: var(--accent);
}

.cs_cart_card_list li:not(:last-child) {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cs_site_header_height_1 {
  height: 216px;
}
@media (max-width: 991px) {
  .cs_site_header_height_1 {
    height: 81px;
  }
}

.cs_site_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_header_search_with_category_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  height: 55px;
  border-radius: 6px;
  border: 1px solid rgba(48, 48, 48, 0.5);
  position: relative;
  padding-left: 55px;
}
@media (max-width: 1400px) {
  .cs_header_search_with_category_form {
    width: 450px;
  }
}
.cs_header_search_with_category_form .cs_header_submit_btn {
  background-color: var(--accent);
  color: var(--white);
  border-radius: 5px 0 0 5px;
  opacity: 1;
}
.cs_header_search_with_category_form .cs_header_submit_btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

.cs_header_category_list {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0px;
  width: 230px;
  background-color: var(--white);
  z-index: 3;
  border: 1px solid rgba(48, 48, 48, 0.5);
  border-radius: 0 6px 6px 6px;
  padding: 10px 0;
}
.cs_header_category_list li {
  position: relative;
  padding: 7px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_header_category_list li:hover {
  background-color: rgba(48, 48, 48, 0.05);
}
.cs_header_category_list li input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.cs_header_category_list li input:checked + span::before {
  border-color: var(--accent);
  background-color: var(--accent);
}
.cs_header_category_list li input:checked + span::after {
  opacity: 1;
  border-color: var(--white);
}
.cs_header_category_list li span {
  display: block;
  position: relative;
  padding-left: 25px;
}
.cs_header_category_list li span::before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border: 1px solid var(--secondary);
  position: absolute;
  top: 5px;
  left: 0;
}
.cs_header_category_list li span::after {
  content: "";
  height: 8px;
  width: 5px;
  border: 1px solid var(--secondary);
  border-left: 0;
  border-top: 0;
  position: absolute;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  left: 6px;
  top: 7px;
  opacity: 0;
}

.cs_header_search_with_category_field {
  height: 100%;
  border: none;
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
  outline: none;
  width: 100%;
}

.cs_header_search_form {
  width: 450px;
  position: relative;
}
@media (max-width: 1400px) {
  .cs_header_search_form {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .cs_header_search_form {
    width: 350px;
  }
}

.cs_header_credential_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.cs_toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs_cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}
.cs_cart_btn .cs_cart_label {
  position: absolute;
  top: -3px;
  right: 15px;
  height: 22px;
  min-width: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  border-radius: 11px;
  padding: 0 5px;
}
.cs_cart_btn b {
  font-weight: 600;
}
.cs_cart_btn:hover {
  color: var(--accent);
}

.cs_header_search_field {
  height: 55px;
  border-radius: 6px;
  border: 1px solid rgba(48, 48, 48, 0.5);
  width: 100%;
  padding: 5px 25px 5px 25px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
}
.cs_header_search_field:focus {
  border-color: var(--primary);
}

.cs_header_submit_btn {
  position: absolute;
  left: 0;
  height: 100%;
  width: 55px;
  border: none;
  background-color: transparent;
  padding-bottom: 3px;
  color: var(--primary);
  opacity: 0.5;
}
.cs_header_submit_btn:hover {
  opacity: 1;
  color: var(--primary);
}

.cs_language_wrap,
.cs_header_category_wrap {
  position: relative;
}

.cs_language_toggle,
.cs_header_category_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  position: relative;
}
.cs_language_toggle svg,
.cs_header_category_toggle svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_language_toggle.active svg,
.cs_header_category_toggle.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cs_language_toggle {
  color: var(--white);
  text-transform: uppercase;
}

.cs_header_category_toggle {
  color: var(--primary);
  height: 100%;
  padding: 0 25px;
}
@media (max-width: 1400px) {
  .cs_header_category_toggle {
    padding: 0 15px;
  }
}
.cs_header_category_toggle::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  top: 50%;
  margin-top: -15px;
  background-color: rgba(48, 48, 48, 0.5);
  right: 0;
}

.cs_dropdown_btn + * {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_dropdown_btn + *.active {
  opacity: 1;
  visibility: visible;
}

.cs_language_list {
  position: absolute;
  left: 0;
  width: 200px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background-color: var(--primary);
  z-index: 2;
  top: 100%;
  margin-top: 16px;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cs_language_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  gap: 10px;
}
.cs_language_list a:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.cs_top_header_left .cs_language_list {
  left: initial;
  right: 0;
}

.cs_header_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.cs_header_social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cs_header_icon_box {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin: 0;
}
.cs_header_icon_box svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs_top_header_list,
.cs_header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .cs_top_header_list > li,
  .cs_header_list > li {
    position: relative;
  }
  .cs_top_header_list > li:not(:last-child),
  .cs_header_list > li:not(:last-child) {
    padding-left: 25px;
    margin-left: 25px;
  }
  .cs_top_header_list > li:not(:last-child)::before,
  .cs_header_list > li:not(:last-child)::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: currentColor;
    left: 0;
    opacity: 0.5;
    top: 2px;
  }
}
@media (max-width: 991px) {
  .cs_top_header_list > li:not(:last-child),
  .cs_header_list > li:not(:last-child) {
    margin-left: 15px;
  }
}

.cs_header_list > li:not(:last-child)::before {
  height: 30px;
  top: 3px;
}
.cs_header_list img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 991px) {
  .cs_header_list img {
    height: 30px;
  }
}

.cs_header_icon_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.cs_header_icon_btns button img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_header_icon_btns a:hover,
.cs_header_icon_btns button img:hover {
  opacity: 0.7;
}

.cs_site_header.cs_style_1 .cs_main_header_in,
.cs_site_header.cs_style_1 .cs_top_header_in,
.cs_site_header.cs_style_1 .cs_bottom_header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 100px;
}
.cs_site_header.cs_style_1 .cs_top_header_in {
  height: 50px;
}
.cs_site_header.cs_style_1 .cs_bottom_header {
  border: 1px solid var(--border);
  border-left: 0;
  border-right: 0;
  height: 66px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_site_header.cs_style_1 .cs_bottom_header > * {
  height: 100%;
}
.cs_site_header.cs_style_1 .cs_bottom_header > * > * {
  height: 100%;
}
.cs_site_header.cs_style_1 .cs_main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 28px;
}
.cs_site_header.cs_style_1 .cs_bottom_header_left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_site_header.cs_style_1.cs_type_1 .cs_bottom_header_in {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_site_header.cs_style_1.cs_type_1 .cs_bottom_header {
  border: none;
  background-color: var(--accent-light);
}
.cs_site_header.cs_style_1.cs_type_2 {
  background-color: var(--accent);
}
.cs_site_header.cs_style_1.cs_type_2 .cs_bottom_header_in {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_site_header.cs_style_1.cs_type_2 .cs_bottom_header {
  border-bottom: none;
  border-color: rgba(255, 255, 255, 0.5);
}
.cs_site_header.cs_style_1.cs_type_2 .cs_header_search_form {
  width: 300px;
}
@media (max-width: 991px) {
  .cs_site_header.cs_style_1.cs_type_2 .cs_header_search_form {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cs_site_header.cs_style_1.cs_type_2 .cs_nav .cs_nav_list > li > a {
    color: var(--white);
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_nav .cs_nav_list > li > a:hover {
    opacity: 0.75;
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_header_search_field {
    border-color: var(--white);
    color: var(--white);
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_header_search_field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_header_search_field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_header_search_field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_header_search_field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_header_search_field::placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_header_search_field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_nav_category_btn {
    color: #fff;
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_nav_category_btn::before {
    background-color: var(--primary);
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_nav_category_list {
    border-color: var(--primary);
  }
}
.cs_site_header.cs_style_1.cs_type_2 .cs_header_submit_btn {
  color: var(--white);
  opacity: 1;
}
.cs_site_header.cs_style_1.cs_type_2 .cs_header_submit_btn:hover {
  opacity: 0.75;
}
@media (max-width: 991px) {
  .cs_site_header.cs_style_1.cs_type_2 .cs_header_submit_btn {
    border-radius: 0 6px 6px 0;
    background-color: var(--primary);
  }
}
.cs_site_header.cs_style_1.cs_type_2 .cs_cart_label {
  background-color: var(--white);
  color: var(--accent);
}

.cs_site_header.cs_style_1.cs_sticky_active {
  background-color: var(--white);
  -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
          box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.cs_site_header.cs_style_1.cs_sticky_active.cs_type_2 {
  background-color: var(--accent);
}

.cs_site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

.cs_site_header.cs_style_1 .cs_banner.cs_style_5 {
  height: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 30px;
  min-height: 300px;
  z-index: 10;
  margin: 10px;
}

@media screen and (max-width: 1199px) {
  .cs_site_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style_1 .cs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_sticky_header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs_sticky_header.cs_sticky_active .cs_top_header_in {
  height: 0px;
  overflow: hidden;
}
.cs_sticky_header.cs_sticky_active .cs_main_header_in {
  height: 90px;
}

.cs_site_branding {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .menu-item-has-children ul {
    color: var(--secondary);
  }
  .cs_main_header {
    position: relative;
  }
  .cs_main_header .container-fluid {
    padding-right: 120px;
    padding-left: 120px;
  }
  .cs_main_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cs_site_header.cs_style_1 .cs_main_header_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    max-width: 40%;
  }
  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
  .cs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    line-height: 1.6em;
  }
  .cs_nav .cs_nav_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 40px;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li:last-child {
    margin-left: 0;
  }
  .cs_nav .cs_nav_list > li > a {
    padding: 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs_nav .cs_nav_list > li > ul {
    right: 0;
    top: calc(100% + 15px);
    pointer-events: none;
  }
  .cs_nav .cs_nav_list > li > ul::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 20px;
    top: -6px;
    border-radius: 2px 0 0 0;
    border: 1px solid var(--border);
    border-right: 0;
    border-bottom: 0;
  }
  .cs_nav .cs_nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-right: 6px;
    position: relative;
    top: -1px;
    border-radius: 0px 0px 2px 0px;
  }
  .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
    position: relative;
  }
  .cs_nav .cs_nav_list ul {
    width: 260px;
    background-color: var(--white);
    position: absolute;
    border: 1px solid var(--border);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0px;
  }
  .cs_nav .cs_nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
  }
  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs_menu_toggle,
  .cs_munu_dropdown_toggle {
    display: none;
  }
  .cs_nav .cs_nav_list .cs_mega_menu {
    position: initial;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1300px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: 100% !important;
    right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0px;
    border: 1px solid var(--border);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper a {
    padding: 6px 10px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 15px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li:not(:last-child) {
    border-right: 1px solid var(--border);
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    padding: 0px 10px;
    margin: 7px 0 7px 0;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul h4 {
    padding-top: 10px;
  }
  .cs_nav .cs_nav_list .cs_mega_menu .cs_mega_wrapper {
    border-top: 2px solid var(--accent);
    border-radius: 0 0 5px 5px;
  }
  .cs_nav .cs_nav_list .cs_mega_menu .cs_mega_wrapper::before {
    display: none;
  }
  .cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .cs_nav .cs_nav_list > li ul:not(.cs_mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
  .cs_nav_category_wrap {
    height: 100%;
    margin-right: 0px;
    position: relative;
  }
  .cs_nav_wrap {
    height: 100%;
  }
  .cs_nav_out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .cs_mobile_show {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1544px;
  }
}
.cs_nav_category_btn {
  position: relative;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--accent);
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_nav_category_btn:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  margin-right: 6px;
  position: relative;
  top: -1px;
  border-radius: 0px 0px 2px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_nav_category_btn::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 92%;
  left: 0;
  bottom: -2px;
  opacity: 0;
  background-color: var(--accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_nav_category_btn:hover::before {
  opacity: 1;
}
.cs_nav_category_btn.active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 1px;
}

.cs_nav_category_list {
  position: absolute;
  width: 500px;
  background-color: #fff;
  top: 100%;
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
  border-width: 0;
  border-top-style: solid;
  border-top-color: var(--accent);
  border-top-width: 2px;
  border-radius: 0 0 10px 10px;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 15px 15px;
}
.cs_nav_category_list > li > a {
  display: block;
  line-height: 1.5em;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 15px 15px 8px;
  border-radius: 7px;
}
.cs_nav_category_list > li > a img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_nav_category_list > li > a:hover {
  background-color: rgba(230, 31, 127, 0.05);
}
.cs_nav_category_list > li img {
  margin-bottom: 10px;
}

.cs_header_number_wrap {
  position: relative;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cs_header_number_wrap svg {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  top: 3px;
}
.cs_header_number_wrap .cs_header_number {
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 26px;
  line-height: 1.1em;
}
.cs_header_number_wrap .cs_header_number_text {
  font-size: 12px;
  line-height: 1.5em;
  color: var(--secondary);
}

@media screen and (max-width: 1400px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1120px;
  }
  .cs_site-branding {
    max-width: 190px;
  }
  .cs_site_header_full_width .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_main_header_left {
    gap: 30px;
  }
  .cs_header_search_with_category_form {
    width: 400px;
  }
  .cs_header_category_toggle {
    padding: 0 8px;
  }
  .cs_header_search_with_category_field {
    padding: 0 10px 0 15px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .cs_site_header.cs_style_1 .cs_main_header_left {
    gap: 25px;
  }
  .cs_header_search_with_category_form {
    width: 350px;
  }
}
@media screen and (max-width: 991px) {
  .cs_site_header .container {
    max-width: 100%;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 100% !important;
  }
  .cs_site_header_full_width .container {
    padding: 0 15px;
  }
  .cs_munu_dropdown_toggle {
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 23px 18px;
    cursor: pointer;
    z-index: 3;
  }
  .cs_munu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
  }
  .cs_munu_dropdown_toggle span:before, .cs_munu_dropdown_toggle span:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs_munu_dropdown_toggle span:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_munu_dropdown_toggle.active span:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu-item-has-children .menu-item-has-children .cs_munu_dropdown_toggle {
    padding: 20px 18px;
  }
  .cs_nav .cs_nav_list {
    width: 100%;
    color: var(--primary);
    padding: 10px 0;
    line-height: 1.6em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
  }
  .cs_nav .cs_nav_list > li > a {
    font-size: 18px;
    line-height: 22px;
  }
  .cs_nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .cs_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    left: 30px;
  }
  .cs_menu_toggle span,
  .cs_menu_toggle span:before,
  .cs_menu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .cs_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .cs_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .cs_site_header.cs_style_1 .cs_menu_toggle {
    top: 36%;
    left: 10px;
  }
  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 80px;
    padding-left: 50px;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    gap: 20px;
  }
  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  .cs_nav .cs_nav_list a {
    position: relative;
  }
  .cs_site_header .current-menu-item > a:before {
    display: none;
  }
  .cs_site_header.cs_style_1 {
    top: 0;
  }
  .cs_site_header.cs_style_1 .cs_main_header_center .cs_site_branding {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cs_site_header.cs_style_1 .cs_header_credential_btns > span,
  .cs_site_header.cs_style_1 .cs_cart_btn > span:not(.cs_cart_label),
  .cs_site_header.cs_style_1 .cs_header_number_wrap {
    display: none;
  }
  .cs_site_header.cs_style_1 .cs_bottom_header {
    height: initial;
    border-bottom: none;
  }
  .cs_site_header.cs_style_1 .cs_nav_wrap {
    position: fixed;
    left: -350px;
    top: 0;
    max-width: 350px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs_has_main_nav {
    display: none;
  }
  .cs_header_overlay_mobile {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  .cs_site_branding_wrap.cs_mobile_show {
    padding: 20px 15px;
    padding-right: 45px;
    background-color: var(--gray);
    height: 70px;
    position: relative;
  }
  .cs_close_mobile_active {
    position: absolute;
    right: 15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 26px;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 18px;
  }
  .cs_nav_out {
    height: calc(100vh - 154px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin-top: 44px;
    border-top: 1px solid var(--border);
    padding-bottom: 25px;
  }
  .cs_mobile_tab_btn {
    position: fixed;
    top: 70px;
    padding: 10px 0px;
    right: 15px;
  }
  .cs_mobile_tab_btn::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -1px;
    opacity: 0;
    background-color: var(--accent);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs_nav_category_btn {
    position: fixed;
    right: 77px;
    top: 70px;
    padding: 10px 0px;
    height: initial;
    font-weight: 400;
    color: var(--primary);
  }
  .cs_nav_category_btn:after {
    display: none;
  }
  .cs_nav_category_btn::before {
    bottom: -1px;
    width: 100%;
  }
  .cs_nav_list {
    display: none;
  }
  .cs_nav.cs_mobile_active .cs_nav_list {
    display: block;
  }
  .cs_nav.cs_mobile_active .cs_mobile_tab_btn {
    color: var(--accent);
  }
  .cs_nav.cs_mobile_active .cs_mobile_tab_btn::before {
    opacity: 1;
  }
  .cs_nav_category_list {
    position: initial;
    opacity: 1;
    visibility: visible;
    width: 100%;
    border: none;
    grid-gap: 15px 10px;
    font-size: 14px;
    line-height: 1.5em;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px 15px;
    display: none;
  }
  .cs_nav_category_list > li > a {
    padding: 0;
    border-radius: 0px;
  }
  .cs_nav_category_list > li > a img {
    height: 70px;
    width: 70px;
    margin-bottom: 5px;
  }
  .cs_nav_category_wrap.cs_mobile_active .cs_nav_category_list {
    display: grid;
  }
  .cs_nav_category_wrap.cs_mobile_active .cs_nav_category_btn::before {
    opacity: 1;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    padding: 9px 15px;
  }
  .cs_site_header.cs_style_1 .cs_banner.cs_style_5 {
    margin: 15px 15px 10px 14px;
    height: 350px;
  }
  .cs_site_header.cs_mobile_active .cs_nav_wrap {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .cs_site_header.cs_mobile_active .cs_header_overlay_mobile {
    opacity: 1;
    visibility: visible;
  }
  .cs_site_header.cs_mobile_active .cs_top_header_info_list {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .cs_nav_out .cs_header_social {
    padding: 20px 15px 0 15px;
  }
  .cs_site_header.cs_style_1 .cs_main_header_right {
    gap: 15px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs_site_header.cs_style_1 .cs_top_header_in {
    height: initial;
  }
  .cs_top_header .cs_top_header_info_list {
    position: fixed;
    left: 0;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1001;
    width: 350px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    height: 40px;
    border-top: 1px solid var(--border);
    color: var(--primary);
  }
  .cs_top_header .cs_top_header_info_list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 62%;
  }
  .cs_top_header .cs_top_header_info_list > li:not(:last-child) {
    border-left: 1px solid var(--border);
  }
  .cs_top_header .cs_top_header_info_list .cs_language_list {
    top: initial;
    bottom: 100%;
    margin-top: 0;
    color: #fff;
    border-radius: 8px 8px 0 0;
  }
  .cs_top_header .cs_top_header_info_list .cs_language_toggle {
    color: var(--primary);
    padding: 8px 0px 8px 0px;
    width: 100%;
  }
  .cs_top_header .cs_top_header_info_list .cs_header_icon_box {
    padding: 8px 10px 8px 22px;
  }
  .cs_header_search_form_wrap {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    background-color: #fff;
    padding: 20px 15px;
    border: 1px solid var(--border);
    border-width: 1px 0 1px 0;
    z-index: 20;
    opacity: 0;
    visibility: visible;
  }
  .cs_header_search_form_wrap.active {
    opacity: 1;
    visibility: visible;
  }
  .cs_header_search_form {
    width: 100%;
  }
  .cs_mobile_search_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
  }
  .cs_mobile_search_toggle img {
    height: 24px;
  }
  .cs_header_search_with_category_form {
    width: 100%;
  }
  .cs_mobile_hide {
    display: none;
  }
  .cs_header_category_list {
    left: initial;
    right: -57px;
  }
  .cs_header_icon_btns {
    gap: 15px;
  }
  .cs_header_icon_btns img {
    height: 30px;
    max-width: 30px;
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_menu_toggle {
    color: #fff;
  }
}
@media screen and (max-width: 575px) {
  .cs_mobile_hide_sm {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .cs_site_branding {
    max-width: 170px;
  }
  .cs_header_category_toggle {
    padding: 0 15px;
  }
  .cs_header_category_toggle span {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .cs_header_list img {
    height: 25px;
  }
  .cs_site_header.cs_style_1 .cs_main_header_right {
    gap: 12px;
  }
  .cs_header_list > li:not(:last-child) {
    margin-right: 12px;
  }
  .cs_site_branding {
    max-width: 140px;
  }
}
@media screen and (max-width: 345px) {
  .cs_site_header.cs_style_1 .cs_main_header_center .cs_site_branding {
    max-width: 120px;
  }
}
/*--------------------------------------------------------------
  8. Footer
----------------------------------------------------------------*/
.cs_footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_footer_links li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  position: relative;
  top: -1px;
}

.cs_menu_widget li:not(:last-child) {
  margin-bottom: 5px;
}

.cs_contact_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cs_contact_widget li:not(:last-child) {
  margin-bottom: 9px;
}
.cs_contact_widget i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cs_bottom_footer {
  padding: 18px 0;
  border-top: 1px solid var(--accent);
}

.cs_footer_widget + .cs_footer_widget {
  margin-top: 30px;
}

.cs_footer.cs_style_1 .cs_footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 20px;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cs_footer.cs_style_1 .cs_footer_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_footer.cs_style_1 .cs_footer_col:first-child {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 20px);
  }
}
@media (max-width: 450px) {
  .cs_footer.cs_style_1 .cs_footer_col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.cs_footer.cs_style_1 .cs_bottom_footer {
  color: rgba(48, 48, 48, 0.75);
}

.cs_footer.cs_style_2 .cs_footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 20px;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_2 .cs_footer_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cs_footer.cs_style_2 .cs_footer_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_2 .cs_footer_col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 20px);
  }
}
@media (max-width: 450px) {
  .cs_footer.cs_style_2 .cs_footer_col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.cs_footer.cs_style_2 .cs_bottom_footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cs_footer.cs_style_2 .cs_bottom_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
}
.cs_footer.cs_style_2 .cs_bottom_footer {
  color: rgba(255, 255, 255, 0.7);
}
.cs_footer.cs_style_2.cs_type_1 .cs_footer_row {
  padding: 75px 0;
}

.cs_newsletter_2_wrap {
  margin-bottom: -250px;
}
.cs_newsletter_2_wrap + .cs_footer.cs_style_2 {
  padding-top: 250px;
}

.cs_sibling_newsletter {
  padding-bottom: 245px;
  margin-bottom: -245px;
}

/*--------------------------------------------------------------
  9. Hero
----------------------------------------------------------------*/
.cs_hero.cs_style_1,
.cs_hero.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.cs_hero.cs_style_1 .cs_hero_title,
.cs_hero.cs_style_2 .cs_hero_title {
  margin-bottom: 22px;
}
.cs_hero.cs_style_1 .cs_hero_subtitle,
.cs_hero.cs_style_2 .cs_hero_subtitle {
  margin-bottom: 35px;
}

.cs_hero.cs_style_1 {
  min-height: 680px;
  background-color: #efa9bb;
  padding: 70px 0px 80px 0px;
}
@media (max-width: 1600px) {
  .cs_hero.cs_style_1 {
    min-height: 570px;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_1 {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cs_hero.cs_style_1 .cs_hero_text {
  width: 100%;
  max-width: 670px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    max-width: 620px;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    max-width: 570px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    padding: 0 30px;
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    padding: 0 20px;
  }
  .cs_hero.cs_style_1 .cs_hero_text .cs_fs_24 {
    font-size: 20px;
  }
}
.cs_hero.cs_style_1 .cs_hero_subtitle {
  color: rgba(255, 255, 255, 0.75);
}
.cs_hero.cs_style_1 .cs_hero_mini_img {
  position: absolute;
  bottom: -110px;
  left: 0;
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_mini_img {
    display: none;
  }
}
.cs_hero.cs_style_1 .cs_hero_mini_img img {
  -webkit-animation: anim_y 10s alternate infinite;
          animation: anim_y 10s alternate infinite;
}

.cs_hero.cs_style_2 {
  min-height: 760px;
  background-color: #e3e5e4;
  padding: 70px 0 80px;
}
@media (max-width: 1600px) {
  .cs_hero.cs_style_2 {
    min-height: 600px;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_2 {
    min-height: 550px;
  }
}
.cs_hero.cs_style_2 .cs_hero_text {
  max-width: 660px;
  position: relative;
  z-index: 2;
}
.cs_hero.cs_style_2 .cs_hero_subtitle {
  max-width: 640px;
}
.cs_hero.cs_style_2 .cs_hero_title {
  letter-spacing: 3px;
}
.cs_hero.cs_style_2 .cs_star_shape_1 {
  position: absolute;
  top: 18%;
  left: 8%;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
.cs_hero.cs_style_2 .cs_star_shape_2 {
  position: absolute;
  left: 46%;
  bottom: 15%;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  animation-direction: reverse;
}

.cs_hero.cs_style_3 {
  min-height: 975px;
  padding: 80px 0 290px 0;
}
@media (max-width: 1600px) {
  .cs_hero.cs_style_3 {
    min-height: 800px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 {
    min-height: 800px;
    padding: 80px 0 90px 0;
    min-height: 700px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_3 {
    min-height: 620px;
  }
}
.cs_hero.cs_style_3 .cs_hero_text {
  max-width: 610px;
}
.cs_hero.cs_style_3 .cs_hero_title {
  margin-bottom: 34px;
}
.cs_hero.cs_style_3 .cs_hero_subtitle {
  margin-bottom: 45px;
}

@-webkit-keyframes anim_y {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@keyframes anim_y {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
/*--------------------------------------------------------------
  10. Banner
----------------------------------------------------------------*/
.cs_banner.cs_style_1 {
  height: 760px;
  padding: 85px 70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
@media (max-width: 1600px) {
  .cs_banner.cs_style_1 {
    height: 660px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_1 {
    height: 580px;
    padding: 60px 40px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_1 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .cs_banner.cs_style_1 {
    height: 400px;
    padding: 60px 25px;
  }
}
.cs_banner.cs_style_1:hover {
  -webkit-box-shadow: 0 0 0px 1px var(--accent);
          box-shadow: 0 0 0px 1px var(--accent);
}
.cs_banner.cs_style_1 .cs_banner_text {
  position: relative;
  z-index: 2;
}
.cs_banner.cs_style_1 .cs_banner_img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: calc(100% - 40px);
  z-index: 1;
}
.cs_banner.cs_style_1 .cs_banner_shape {
  position: absolute;
  bottom: 0;
  left: -2px;
}
.cs_banner.cs_style_1 .cs_star_shape_1 {
  position: absolute;
  left: 11%;
  bottom: 15%;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.cs_banner.cs_style_1 .cs_star_shape_2 {
  position: absolute;
  left: 50%;
  top: 9%;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  animation-direction: reverse;
}

.cs_banner.cs_style_2,
.cs_banner.cs_style_3 {
  height: 370px;
  padding: 44px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1600px) {
  .cs_banner.cs_style_2,
  .cs_banner.cs_style_3 {
    height: 320px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_2,
  .cs_banner.cs_style_3 {
    height: 280px;
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_2,
  .cs_banner.cs_style_3 {
    height: 240px;
  }
}
@media (max-width: 575px) {
  .cs_banner.cs_style_2,
  .cs_banner.cs_style_3 {
    padding: 30px 25px;
  }
}
.cs_banner.cs_style_2:hover,
.cs_banner.cs_style_3:hover {
  -webkit-box-shadow: 0 0 0px 1px var(--accent);
          box-shadow: 0 0 0px 1px var(--accent);
}
.cs_banner.cs_style_2 .cs_banner_text,
.cs_banner.cs_style_3 .cs_banner_text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.cs_banner.cs_style_2 .cs_banner_img,
.cs_banner.cs_style_3 .cs_banner_img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  max-height: 100%;
}

.cs_banner.cs_style_2 .cs_banner_shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cs_banner.cs_style_2 .cs_banner_img {
  max-width: 53%;
}

@media (min-width: 1400px) {
  .cs_banner.cs_style_3 {
    padding-bottom: 80px;
  }
}
.cs_banner.cs_style_3 .cs_banner_shape {
  position: absolute;
  bottom: 0;
  left: -1px;
}

.cs_banner.cs_style_4 {
  height: 435px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 45px;
}
.cs_banner.cs_style_4 p {
  margin-bottom: 10px;
  position: relative;
}
.cs_banner.cs_style_4 p::before {
  content: "";
  height: 1px;
  width: 50vw;
  background-color: var(--white);
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  margin-left: 15px;
}

.cs_banner.cs_style_5 {
  height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
.cs_banner.cs_style_5 .cs_banner_lavel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_banner.cs_style_5 p {
  margin-bottom: 2px;
}
.cs_banner.cs_style_5 h2 {
  margin-bottom: 20px;
}
.cs_banner.cs_style_5:hover .cs_banner_lavel {
  background-color: var(--accent);
}

.cs_banner.cs_style_6 {
  min-height: 654px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_6 {
    padding: 90px 50px;
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_6 {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px 30px 0px 30px;
  }
}
.cs_banner.cs_style_6 h2 {
  position: relative;
  z-index: 3;
  max-width: 580px;
}
@media (max-width: 1600px) {
  .cs_banner.cs_style_6 h2 {
    max-width: 500px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_6 h2 {
    max-width: 450px;
  }
}
.cs_banner.cs_style_6 .cs_banner_shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .cs_banner.cs_style_6 .cs_banner_shape {
    display: none;
  }
}
.cs_banner.cs_style_6 .cs_banner_img {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 0;
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .cs_banner.cs_style_6 .cs_banner_img {
    width: 100%;
    position: initial;
    padding-top: 40px;
  }
}
.cs_banner.cs_style_6 .cs_banner_img img {
  max-height: 100%;
}
.cs_banner.cs_style_6 .cs_banner_shape {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 48%;
}
.cs_banner.cs_style_6 .cs_banner_line_shape {
  position: absolute;
  bottom: -10px;
  right: 40px;
  height: calc(100% + 20px);
}
.cs_banner.cs_style_6 .cs_star_shape_1 {
  position: absolute;
  right: 72px;
  top: 72px;
  -webkit-animation: rotateAnimation 6s linear infinite;
          animation: rotateAnimation 6s linear infinite;
}
@media (max-width: 767px) {
  .cs_banner.cs_style_6 .cs_star_shape_1 {
    display: none;
  }
}
.cs_banner.cs_style_6 .cs_star_shape_2 {
  position: absolute;
  right: 46%;
  top: 56%;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}

/*--------------------------------------------------------------
  11. Iconbox
----------------------------------------------------------------*/
.cs_iconbox.cs_style_1 {
  min-height: 140px;
  border: 1px solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 10px;
}
.cs_iconbox.cs_style_1 img {
  height: 50px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.cs_iconbox.cs_style_1:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (max-width: 991px) {
  .cs_iconbox_style_1_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .cs_iconbox_style_1_wrap .cs_grid_col:nth-child(5) {
    grid-column: span 2;
  }
}
@media (max-width: 410px) {
  .cs_iconbox_style_1_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs_iconbox_style_1_wrap .cs_grid_col:nth-child(5) {
    grid-column: initial;
  }
}

.cs_iconbox.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cs_iconbox.cs_style_2 {
    gap: 10px;
  }
  .cs_iconbox.cs_style_2 p {
    font-size: 15px;
    line-height: 1.4em;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_2 {
    max-width: 100%;
    padding-left: 0;
  }
}
.cs_iconbox.cs_style_2 img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-height: 50px;
  width: 50px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cs_iconbox.cs_style_2 img {
    width: 38px;
  }
}
.cs_iconbox.cs_style_2:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*--------------------------------------------------------------
  12. Posts
----------------------------------------------------------------*/
.cs_post.cs_style_1 {
  -webkit-box-shadow: 0 0 0 1px var(--border);
          box-shadow: 0 0 0 1px var(--border);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  overflow: hidden;
}
.cs_post.cs_style_1 .cs_post_thumb {
  display: block;
  width: 100%;
  height: 380px;
}
@media (max-width: 1600px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 320px;
  }
}
@media (max-width: 1400px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 230px;
  }
}
@media (max-width: 991px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 330px;
  }
}
.cs_post.cs_style_1 .cs_post_category {
  letter-spacing: 3.2px;
  padding: 17px 35px;
  letter-spacing: 0px;
  padding: 10px 15px;
}
.cs_post.cs_style_1 .cs_post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8px;
}
.cs_post.cs_style_1 .cs_post_meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cs_post.cs_style_1 .cs_post_info {
  padding: 32px 35px;
}
@media (max-width: 1400px) {
  .cs_post.cs_style_1 .cs_post_info {
    padding: 25px 25px;
  }
}
@media (max-width: 400px) {
  .cs_post.cs_style_1 .cs_post_info {
    padding: 20px 15px;
  }
}
.cs_post.cs_style_1 .cs_post_title {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cs_post.cs_style_1 .cs_post_thumb_wrap {
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cs_post.cs_style_1:hover {
  background-color: var(--accent-light);
}
.cs_post.cs_style_1:hover .cs_post_thumb_wrap {
  padding: 0 35px;
}
@media (max-width: 575px) {
  .cs_post.cs_style_1:hover .cs_post_thumb_wrap {
    padding: 0 20px;
  }
}
.cs_post.cs_style_1.cs_type_1 .cs_post_subtitle,
.cs_post.cs_style_1.cs_type_1 .cs_post_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_title {
  -webkit-line-clamp: 2;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_subtitle {
  -webkit-line-clamp: 5;
}
@media (max-width: 1199px) {
  .cs_post.cs_style_1.cs_type_1 .cs_post_subtitle {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1199px) {
  .cs_post.cs_style_1.cs_type_1 .cs_post_thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cs_post.cs_style_1.cs_type_1 .cs_post_meta {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .cs_post.cs_style_1.cs_type_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cs_post.cs_style_1.cs_type_1 .cs_post_top {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 12px);
    border-left: 1px solid var(--border);
  }
  .cs_post.cs_style_1.cs_type_1 .cs_post_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
  }
}

.cs_post.cs_style_2 {
  border: 1px solid var(--border);
  padding: 28px;
  height: 100%;
}
@media (max-width: 1400px) {
  .cs_post.cs_style_2 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cs_post.cs_style_2 {
    padding: 15px 15px 20px 15px;
  }
}
.cs_post.cs_style_2 .cs_post_thumb {
  height: 464px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .cs_post.cs_style_2 .cs_post_thumb {
    height: 415px;
  }
}
@media (max-width: 575px) {
  .cs_post.cs_style_2 .cs_post_thumb {
    height: initial;
  }
}
.cs_post.cs_style_2 .cs_post_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cs_post.cs_style_2 .cs_post_thumb:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cs_post.cs_style_2 .cs_post_category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.5em;
  padding: 3px 15px;
  border-radius: 5px;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cs_post.cs_style_2 .cs_post_category {
    margin-bottom: 15px;
  }
}
.cs_post.cs_style_2 .cs_post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
}
@media (max-width: 1400px) {
  .cs_post.cs_style_2 .cs_post_meta {
    gap: 10px 20px;
  }
}
.cs_post.cs_style_2 .cs_post_meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cs_post.cs_style_2 .cs_post_info {
  padding-top: 32px;
}
@media (max-width: 575px) {
  .cs_post.cs_style_2 .cs_post_info {
    padding-top: 25px;
  }
}
.cs_post.cs_style_2 .cs_post_title {
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cs_post.cs_style_2 .cs_post_subtitle {
  margin-bottom: 25px;
}
.cs_post.cs_style_2.cs_type_1 {
  border: none;
  padding: 0;
}
.cs_post.cs_style_2.cs_type_1 .cs_post_title {
  margin-bottom: 0;
}
.cs_post.cs_style_2.cs_type_1 .cs_post_meta {
  gap: 10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .cs_post.cs_style_2.cs_type_1 .cs_post_meta {
    margin-bottom: 7px;
  }
}
.cs_post.cs_style_2.cs_type_1 .cs_post_info {
  padding: 0 40px;
  margin-top: -15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .cs_post.cs_style_2.cs_type_1 .cs_post_info {
    padding: 0 20px;
  }
}
.cs_post.cs_style_2.cs_type_1 .cs_post_thumb {
  height: 416px;
}
@media (max-width: 1600px) {
  .cs_post.cs_style_2.cs_type_1 .cs_post_thumb {
    height: 320px;
  }
}

.cs_blog_list_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .cs_blog_list_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .cs_blog_list_1 li:first-child {
    grid-column: auto/span 2;
  }
}
.cs_blog_list_1 .cs_post.cs_style_1 .cs_post_thumb {
  height: 280px;
}

.cs_blog_list_2 li:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .cs_blog_list_2 li:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
  13. CTA
----------------------------------------------------------------*/
.cs_cta.cs_style_1 {
  padding: 90px 0;
}
.cs_cta.cs_style_1:hover {
  color: var(--white);
}

.cs_cta.cs_style_2 .cs_cta_in {
  padding: 130px 0 150px;
  max-width: 820px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_2 .cs_cta_in {
    padding: 90px 0 100px;
  }
}
.cs_cta.cs_style_2 .cs_cta_title {
  margin-bottom: 48px;
}
.cs_cta.cs_style_2 .container {
  position: relative;
}
.cs_cta.cs_style_2 .cs_star_shape_1 {
  position: absolute;
  top: 75px;
  right: 60%;
}
.cs_cta.cs_style_2 .cs_star_shape_2 {
  position: absolute;
  top: 48%;
  right: 61.5%;
}
.cs_cta.cs_style_2 .cs_star_shape_3 {
  position: absolute;
  bottom: 45px;
  right: 21%;
}

.cs_cta.cs_style_3 {
  padding: 90px 120px;
}
@media (max-width: 1199px) {
  .cs_cta.cs_style_3 {
    padding: 90px 90px;
  }
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 {
    padding: 70px 40px 80px;
  }
}
@media (max-width: 575px) {
  .cs_cta.cs_style_3 {
    padding: 70px 25px 80px;
  }
}
.cs_cta.cs_style_3 .cs_cta_text {
  max-width: 570px;
  position: relative;
  z-index: 2;
}
.cs_cta.cs_style_3 .cs_cta_subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.cs_cta.cs_style_3 .cs_cta_img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .cs_cta.cs_style_3 .cs_cta_img {
    max-width: 410px;
  }
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 .cs_cta_img {
    display: none;
  }
}
.cs_cta.cs_style_3 .cs_cta_title {
  margin-bottom: 18px;
}
.cs_cta.cs_style_3 .cs_cta_subtitle {
  margin-bottom: 50px;
}
.cs_cta.cs_style_3 .cs_star_shape_1 {
  position: absolute;
  left: 32%;
  top: 105px;
}
.cs_cta.cs_style_3 .cs_star_shape_1 svg {
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 .cs_star_shape_1 {
    display: none;
  }
}
.cs_cta.cs_style_3 .cs_star_shape_2 {
  position: absolute;
  bottom: 90px;
  left: 50%;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 .cs_star_shape_2 {
    display: none;
  }
}
.cs_cta.cs_style_3.cs_accent_bg .cs_btn.cs_style_1 {
  background-color: var(--accent-strong);
}

/*--------------------------------------------------------------
  14. Card
----------------------------------------------------------------*/
.cs_card.cs_style_1 {
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 0 30px 0 0;
  margin-top: -210px;
}
@media (max-width: 1400px) {
  .cs_card.cs_style_1 {
    gap: 10px;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .cs_card.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 30px;
    margin-top: 80px;
    border: 1px solid var(--border);
  }
  .cs_card.cs_style_1 .cs_card_right {
    padding: 0 15px 40px 15px;
  }
}
.cs_card.cs_style_1 .cs_card_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 418px;
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}
@media (max-width: 1600px) {
  .cs_card.cs_style_1 .cs_card_img {
    width: 620px;
  }
}
@media (max-width: 1199px) {
  .cs_card.cs_style_1 .cs_card_img {
    width: 430px;
    min-height: 380px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .cs_card.cs_style_1 .cs_card_img {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
}
.cs_card.cs_style_1 .cs_card_img::before {
  content: "";
  position: absolute;
  height: 100%;
  right: 63px;
  bottom: 0;
  width: 100%;
  background-color: var(--accent-strong);
  opacity: 0.1;
  -webkit-transform: skewX(17deg);
          transform: skewX(17deg);
  border-radius: 0 16px 16px 0;
}
@media (max-width: 991px) {
  .cs_card.cs_style_1 .cs_card_img::before {
    -webkit-transform: initial;
            transform: initial;
    right: 0;
    border-radius: 0;
  }
}
.cs_card.cs_style_1 .cs_card_title {
  margin-bottom: 15px;
}
.cs_card.cs_style_1 .cs_card_subtitle {
  margin-bottom: 30px;
  letter-spacing: 2.4px;
}
.cs_card.cs_style_1 .cs_countdown.cs_style_1 {
  height: 154px;
  max-width: 520px;
  gap: 32px;
}
@media (max-width: 575px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 {
    gap: 22px;
  }
}
@media (max-width: 380px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 {
    gap: 12px;
  }
}
.cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box {
  height: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 0px;
}
.cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box:not(:last-child):before {
  color: var(--white);
  left: -20px;
}
@media (max-width: 575px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box:not(:last-child):before {
    right: -15px;
  }
}
@media (max-width: 380px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box:not(:last-child):before {
    right: -9px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box {
    min-width: 60px;
  }
}
@media (max-width: 380px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box {
    min-width: 50px;
  }
}
.cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_count_title {
  color: var(--white);
  font-weight: 300;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  15. Category
----------------------------------------------------------------*/
.cs_category.cs_style_1 {
  background-color: rgba(99, 99, 99, 0.1);
  border-radius: 18px;
  overflow: hidden;
  padding-bottom: 94%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .cs_category.cs_style_1 {
    padding-bottom: 100%;
  }
}
.cs_category.cs_style_1 .cs_category_img {
  height: 467px;
  background-size: cover;
}
.cs_category.cs_style_1 .cs_category_info {
  padding: 50px 30px 25px 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .cs_category.cs_style_1 .cs_category_info {
    padding: 30px 20px 25px 20px;
  }
}
.cs_category.cs_style_1 .cs_category_btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_category.cs_style_1 .cs_category_title {
  margin-bottom: 26px;
}
.cs_category.cs_style_1 .cs_category_subtitle {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_category.cs_style_1:hover .cs_category_subtitle {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.cs_category.cs_style_1:hover .cs_category_btn {
  bottom: 5px;
  opacity: 1;
}
@media (max-width: 1199px) {
  .cs_category.cs_style_1 .cs_fs_54 {
    font-size: 34px;
  }
}

/*--------------------------------------------------------------
16. Product Card
----------------------------------------------------------------*/
.cs_like_btn,
.cs_product_icon_btn {
  width: 45px;
  height: 45px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  background-color: var(--white);
  position: relative;
  padding: 5px;
}
.cs_like_btn:hover,
.cs_product_icon_btn:hover {
  background-color: var(--gray);
}

.cs_like_btn svg:last-child {
  display: none;
}
.cs_like_btn.active svg:first-child {
  display: none;
}
.cs_like_btn.active svg:last-child {
  display: initial;
}

.cs_quantity.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
  border: 1px solid var(--border);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  max-width: 200px;
}
@media (max-width: 575px) {
  .cs_quantity.cs_style_1 {
    max-width: 150px;
  }
}
.cs_quantity.cs_style_1 .cs_quantity_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.cs_quantity.cs_style_1 .cs_quantity_button {
  width: 45px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.cs_quantity.cs_style_1 .cs_quantity_button:hover {
  color: var(--accent);
}

.cs_product_card.cs_style_1,
.cs_product_card.cs_style_3,
.cs_product_card.cs_style_9 {
  position: relative;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_1,
  .cs_product_card.cs_style_3,
  .cs_product_card.cs_style_9 {
    text-align: center;
  }
}
.cs_product_card.cs_style_1::before,
.cs_product_card.cs_style_3::before,
.cs_product_card.cs_style_9::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: var(--accent);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.cs_product_card.cs_style_1:hover::before,
.cs_product_card.cs_style_3:hover::before,
.cs_product_card.cs_style_9:hover::before {
  opacity: 0.05;
}
.cs_product_card.cs_style_1:hover .cs_product_title,
.cs_product_card.cs_style_3:hover .cs_product_title,
.cs_product_card.cs_style_9:hover .cs_product_title {
  text-decoration: underline;
  color: var(--accent);
}
.cs_product_card.cs_style_1:hover .cs_products_btns,
.cs_product_card.cs_style_3:hover .cs_products_btns,
.cs_product_card.cs_style_9:hover .cs_products_btns {
  bottom: 0;
  direction: rtl !important
}
.cs_product_card.cs_style_1 .cs_product_card_in,
.cs_product_card.cs_style_3 .cs_product_card_in,
.cs_product_card.cs_style_9 .cs_product_card_in {
  position: relative;
}
.cs_product_card.cs_style_1 .cs_product_thumb,
.cs_product_card.cs_style_3 .cs_product_thumb,
.cs_product_card.cs_style_9 .cs_product_thumb {
  height: 280px;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.cs_product_card.cs_style_1 .cs_product_thumb img,
.cs_product_card.cs_style_3 .cs_product_thumb img,
.cs_product_card.cs_style_9 .cs_product_thumb img {
  max-height: 100%;
}
.cs_product_card.cs_style_1 .cs_product_info,
.cs_product_card.cs_style_3 .cs_product_info,
.cs_product_card.cs_style_9 .cs_product_info {
  padding: 20px;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_1 .cs_product_info,
  .cs_product_card.cs_style_3 .cs_product_info,
  .cs_product_card.cs_style_9 .cs_product_info {
    padding: 15px;
  }
}
.cs_product_card.cs_style_1 .cs_product_category,
.cs_product_card.cs_style_3 .cs_product_category,
.cs_product_card.cs_style_9 .cs_product_category {
  letter-spacing: 0.7px;
  margin-bottom: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_1 .cs_product_category,
  .cs_product_card.cs_style_3 .cs_product_category,
  .cs_product_card.cs_style_9 .cs_product_category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cs_product_card.cs_style_1 .cs_product_price,
.cs_product_card.cs_style_3 .cs_product_price,
.cs_product_card.cs_style_9 .cs_product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_1 .cs_product_price,
  .cs_product_card.cs_style_3 .cs_product_price,
  .cs_product_card.cs_style_9 .cs_product_price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cs_product_card.cs_style_1 .cs_product_price small,
.cs_product_card.cs_style_3 .cs_product_price small,
.cs_product_card.cs_style_9 .cs_product_price small {
  font-size: 14px;
  font-weight: 300;
  color: var(--secondary);
  text-decoration: line-through;
}
.cs_product_card.cs_style_1 .cs_product_ratings,
.cs_product_card.cs_style_3 .cs_product_ratings,
.cs_product_card.cs_style_9 .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_1 .cs_product_ratings,
  .cs_product_card.cs_style_3 .cs_product_ratings,
  .cs_product_card.cs_style_9 .cs_product_ratings {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cs_product_card.cs_style_1 .cs_product_title,
.cs_product_card.cs_style_3 .cs_product_title,
.cs_product_card.cs_style_9 .cs_product_title {
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_product_card.cs_style_1 .cs_product_price,
.cs_product_card.cs_style_3 .cs_product_price,
.cs_product_card.cs_style_9 .cs_product_price {
  margin-bottom: 0px;
}
.cs_product_card.cs_style_1 .cs_label,
.cs_product_card.cs_style_3 .cs_label,
.cs_product_card.cs_style_9 .cs_label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1em;
  border-radius: 12px 0px;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  left: 0;
  top: 0;
  z-index: 1;
}
.cs_product_card.cs_style_1 .cs_product_stock,
.cs_product_card.cs_style_3 .cs_product_stock,
.cs_product_card.cs_style_9 .cs_product_stock {
  margin-top: 4px;
}
.cs_product_card.cs_style_1 .cs_progress,
.cs_product_card.cs_style_3 .cs_progress,
.cs_product_card.cs_style_9 .cs_progress {
  margin-top: 12px;
}
.cs_product_card.cs_style_1 .cs_product_link,
.cs_product_card.cs_style_3 .cs_product_link,
.cs_product_card.cs_style_9 .cs_product_link {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.cs_product_card.cs_style_1 .cs_products_btns,
.cs_product_card.cs_style_3 .cs_products_btns,
.cs_product_card.cs_style_9 .cs_products_btns {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_product_card.cs_style_1 .cs_btn.cs_style_1,
.cs_product_card.cs_style_3 .cs_btn.cs_style_1,
.cs_product_card.cs_style_9 .cs_btn.cs_style_1 {
  padding: 10px 15px;
  min-width: 174px;
  letter-spacing: 0.8px;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_1 .cs_btn.cs_style_1,
  .cs_product_card.cs_style_3 .cs_btn.cs_style_1,
  .cs_product_card.cs_style_9 .cs_btn.cs_style_1 {
    min-width: 165px;
  }
}
.cs_product_card.cs_style_1 .cs_btn.cs_style_1:hover,
.cs_product_card.cs_style_3 .cs_btn.cs_style_1:hover,
.cs_product_card.cs_style_9 .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}

.cs_product_card.cs_style_2 {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
  padding: 35px;
  height: 100%;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_2 {
    padding: 30px 20px;
  }
}
.cs_product_card.cs_style_2 .cs_product_info {
  padding-top: 32px;
}
.cs_product_card.cs_style_2 .cs_product_row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}
.cs_product_card.cs_style_2 .cs_product_row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.cs_product_card.cs_style_2 .cs_product_row_2 > *:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 200px;
}
@media (max-width: 550px) {
  .cs_product_card.cs_style_2 .cs_product_row_2 > *:last-child {
    max-width: 130px;
  }
}
.cs_product_card.cs_style_2 .cs_products_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 550px) {
  .cs_product_card.cs_style_2 .cs_products_btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.cs_product_card.cs_style_2 .cs_products_btns .cs_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_product_card.cs_style_2 .cs_products_btns .cs_btn:hover {
  -webkit-transform: initial;
          transform: initial;
}
@media (max-width: 550px) {
  .cs_product_card.cs_style_2 .cs_products_btns > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cs_product_card.cs_style_2 .cs_products_btns > *:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .cs_product_card.cs_style_2 .cs_products_btns > *:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cs_product_card.cs_style_2 .cs_product_category {
  margin-bottom: 5px;
}
.cs_product_card.cs_style_2 .cs_product_title {
  margin-bottom: 10px;
}
.cs_product_card.cs_style_2 .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}

.cs_product_card.cs_style_3 .cs_product_info_in {
  position: relative;
  overflow: hidden;
}
.cs_product_card.cs_style_3 .cs_product_price,
.cs_product_card.cs_style_3 .cs_product_ratings {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_product_card.cs_style_3 .cs_btn.cs_style_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_product_card.cs_style_3 .cs_hover_icon {
  position: absolute;
  left: 20px;
  top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.cs_product_card.cs_style_3:hover {
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
}
.cs_product_card.cs_style_3:hover::before {
  display: none;
}
.cs_product_card.cs_style_3:hover .cs_products_btns {
  bottom: 10px;
}
.cs_product_card.cs_style_3:hover .cs_product_price,
.cs_product_card.cs_style_3:hover .cs_product_ratings {
  opacity: 0;
}
.cs_product_card.cs_style_3:hover .cs_product_title {
  color: var(--primary);
  text-decoration: none;
}
.cs_product_card.cs_style_3:hover .cs_hover_icon {
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
          transform: scale(1) rotate(360deg);
}

.cs_product_card.cs_style_4,
.cs_product_card.cs_style_5,
.cs_product_card.cs_style_6 {
  height: 576px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .cs_product_card.cs_style_4,
  .cs_product_card.cs_style_5,
  .cs_product_card.cs_style_6 {
    height: 520px;
  }
}
.cs_product_card.cs_style_4 .cs_product_category,
.cs_product_card.cs_style_5 .cs_product_category,
.cs_product_card.cs_style_6 .cs_product_category {
  letter-spacing: 0.7px;
}
.cs_product_card.cs_style_4 .cs_product_thumb,
.cs_product_card.cs_style_5 .cs_product_thumb,
.cs_product_card.cs_style_6 .cs_product_thumb {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cs_product_card.cs_style_4 .cs_product_thumb img,
.cs_product_card.cs_style_5 .cs_product_thumb img,
.cs_product_card.cs_style_6 .cs_product_thumb img {
  max-height: 100%;
}
.cs_product_card.cs_style_4 .cs_product_info,
.cs_product_card.cs_style_5 .cs_product_info,
.cs_product_card.cs_style_6 .cs_product_info {
  position: absolute;
  bottom: 60px;
  width: 200px;
  z-index: 2;
}
.cs_product_card.cs_style_4 .cs_product_title,
.cs_product_card.cs_style_5 .cs_product_title,
.cs_product_card.cs_style_6 .cs_product_title {
  margin-bottom: 8px;
}
.cs_product_card.cs_style_4 .cs_product_shape_1,
.cs_product_card.cs_style_5 .cs_product_shape_1,
.cs_product_card.cs_style_6 .cs_product_shape_1 {
  position: absolute;
  -webkit-animation: rotateAnimation 6s linear infinite;
          animation: rotateAnimation 6s linear infinite;
}
.cs_product_card.cs_style_4 .cs_product_shape_2,
.cs_product_card.cs_style_5 .cs_product_shape_2,
.cs_product_card.cs_style_6 .cs_product_shape_2 {
  position: absolute;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.cs_product_card.cs_style_4 .cs_product_link,
.cs_product_card.cs_style_5 .cs_product_link,
.cs_product_card.cs_style_6 .cs_product_link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.cs_product_card.cs_style_4::before {
  content: "";
  position: absolute;
  height: 380px;
  width: 380px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  top: -113px;
  right: -88px;
}
.cs_product_card.cs_style_4 .cs_product_shape_1 {
  right: 244px;
  top: 170px;
}
.cs_product_card.cs_style_4 .cs_product_shape_2 {
  right: 60px;
  top: 109px;
}
.cs_product_card.cs_style_4 .cs_product_thumb {
  left: 0;
  width: 65%;
  height: 360px;
}
.cs_product_card.cs_style_4 .cs_main_title {
  padding: 55px 20px 0 65px;
  max-width: 450px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_4 .cs_main_title {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .cs_product_card.cs_style_4 .cs_main_title {
    padding: 55px 20px 0 25px;
  }
}
.cs_product_card.cs_style_4 .cs_product_info {
  right: 55px;
}
@media (max-width: 991px) {
  .cs_product_card.cs_style_4 .cs_product_info {
    right: 25px;
  }
}

.cs_product_card.cs_style_5 .cs_main_title {
  padding: 48px 55px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.cs_product_card.cs_style_5 .cs_product_thumb {
  right: 0;
  width: 67%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs_product_card.cs_style_5 .cs_product_info {
  left: 55px;
}
.cs_product_card.cs_style_5 .cs_product_shape_1 {
  left: 90px;
  top: 40%;
}
.cs_product_card.cs_style_5 .cs_product_shape_2 {
  right: 57px;
  top: 50px;
}

.cs_product_card.cs_style_6 {
  padding: 57px 20px 0;
}
.cs_product_card.cs_style_6 .cs_product_thumb {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 340px;
  padding: 0 15px;
  right: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cs_product_card.cs_style_6 .cs_product_thumb {
    height: 280px;
  }
}
.cs_product_card.cs_style_6 .cs_main_title {
  margin-bottom: 20px;
}

.cs_product_card.cs_style_7 {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 12px;
}
.cs_product_card.cs_style_7:hover {
  -webkit-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
}
.cs_product_card.cs_style_7:hover .cs_product_thumb img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.cs_product_card.cs_style_7 .cs_product_thumb {
  height: 300px;
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.cs_product_card.cs_style_7 .cs_product_thumb img {
  max-height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_product_card.cs_style_7 .cs_label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1em;
  border-radius: 12px 0px;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  left: 0;
  top: 0;
  z-index: 1;
}
.cs_product_card.cs_style_7 .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.cs_product_card.cs_style_7 .cs_product_price {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.cs_product_card.cs_style_7 .cs_product_price small {
  font-size: 14px;
  font-weight: 300;
  color: var(--secondary);
  text-decoration: line-through;
}
.cs_product_card.cs_style_7 .cs_product_title {
  margin-bottom: 10px;
}
.cs_product_card.cs_style_7 .cs_product_category {
  letter-spacing: 0.7px;
  margin-bottom: -3px;
}
.cs_product_card.cs_style_7 .cs_product_info {
  padding: 20px 0 15px;
}
.cs_product_card.cs_style_7 .cs_product_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.cs_product_card.cs_style_7 .cs_btn.cs_style_1 {
  position: relative;
  z-index: 2;
}

.cs_product_card.cs_style_8 {
  padding: 54px 35px 42px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 735px;
  position: relative;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_8 {
    padding: 50px 30px 40px 30px;
    height: 625px;
  }
}
@media (max-width: 1400px) {
  .cs_product_card.cs_style_8 {
    padding: 50px 30px 40px 30px;
    height: 540px;
  }
}
@media (max-width: 1199px) {
  .cs_product_card.cs_style_8 {
    padding: 50px 30px 40px 30px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_8 {
    padding: 30px 25px 30px 25px;
  }
}
.cs_product_card.cs_style_8 .cs_product_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.cs_product_card.cs_style_8 .cs_product_price {
  margin-bottom: 20px;
}
.cs_product_card.cs_style_8 .cs_product_title {
  margin-bottom: 10px;
}
.cs_product_card.cs_style_8 .cs_product_category {
  margin-bottom: 7px;
  letter-spacing: 0.7px;
}
.cs_product_card.cs_style_8 .cs_product_heading {
  max-width: 350px;
}
.cs_product_card.cs_style_8 .cs_product_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.cs_product_card.cs_style_8 .cs_product_btn,
.cs_product_card.cs_style_8 .cs_product_category a,
.cs_product_card.cs_style_8 .cs_product_title a {
  position: relative;
  z-index: 3;
}
@media (min-width: 1400px) {
  .cs_product_card.cs_style_8.cs_type_1 .cs_product_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .cs_product_card.cs_style_8.cs_type_1 .cs_btn.cs_style_1 {
    white-space: nowrap;
  }
  .cs_product_card.cs_style_8.cs_type_1 .cs_product_price {
    margin-bottom: 0;
  }
}

.cs_product_card.cs_style_9 {
  overflow: hidden;
}
.cs_product_card.cs_style_9 .cs_label {
  height: 47px;
  min-width: 47px;
  border-radius: 4px;
  left: 12px;
  top: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_product_card.cs_style_9 .cs_product_category,
.cs_product_card.cs_style_9 .cs_product_price,
.cs_product_card.cs_style_9 .cs_product_ratings {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_product_card.cs_style_9 .cs_product_category {
  margin-bottom: -2px;
}
.cs_product_card.cs_style_9 .cs_product_title,
.cs_product_card.cs_style_9 .cs_product_ratings {
  margin-bottom: 5px;
}
.cs_product_card.cs_style_9 .cs_progress {
  margin-top: 30px;
  height: 24px;
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_product_card.cs_style_9 .cs_progress_in {
  min-width: 100px;
}
.cs_product_card.cs_style_9 .cs_like_btn {
  border: none;
  width: 29px;
  height: 27px;
  padding: 0;
  background-color: transparent;
  z-index: 3;
  position: relative;
}
.cs_product_card.cs_style_9 .cs_like_btn svg {
  height: 100%;
  width: 100%;
}
.cs_product_card.cs_style_9 .cs_like_btn:hover svg {
  color: var(--accent);
}
.cs_product_card.cs_style_9 .cs_product_icon_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: absolute;
  left: 24px;
  top: 27px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_product_card.cs_style_9:hover .cs_progress {
  bottom: -30px;
  opacity: 0;
}
.cs_product_card.cs_style_9:hover .cs_label {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.cs_product_card.cs_style_9:hover .cs_product_icon_btns {
  -webkit-transform: initial;
          transform: initial;
}
.cs_product_card.cs_style_9:hover .cs_product_title {
  color: var(--primary);
  text-decoration: none;
}
.cs_product_card.cs_style_9 .cs_btn.cs_style_1 {
  position: relative;
  z-index: 3;
}
.cs_product_card.cs_style_9 .cs_pack_title {
  display: block;
  position: relative;
  line-height: 1.5em;
  padding: 9px 10px;
}
.cs_product_card.cs_style_9 .cs_pack_title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent);
  opacity: 0.05;
}
.cs_product_card.cs_style_9 .cs_pack_title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cs_product_card.cs_style_9 .cs_bundle_badge {
  padding: 7px 19px;
  display: inline-block;
  letter-spacing: 1.68px;
  position: relative;
}
.cs_product_card.cs_style_9:not(.cs_type_1) .cs_product_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cs_product_card.cs_style_9.cs_type_1 {
  border-radius: 0 0 10px 10px;
}
.cs_product_card.cs_style_9.cs_type_1 .cs_btn.cs_style_1 {
  margin-top: 18px;
}
.cs_product_card.cs_style_9.cs_type_1 .cs_product_title {
  margin-bottom: 13px;
}

.cs_product_card.cs_style_10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  gap: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .cs_product_card.cs_style_10 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
.cs_product_card.cs_style_10 .cs_product_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 300px;
  height: 256px;
  position: relative;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_10 .cs_product_thumb {
    width: 220px;
  }
}
@media (max-width: 1400px) {
  .cs_product_card.cs_style_10 .cs_product_thumb {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_10 .cs_product_thumb {
    width: 100%;
  }
}
.cs_product_card.cs_style_10 .cs_product_thumb img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_product_card.cs_style_10 .cs_product_thumb:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.cs_product_card.cs_style_10 .cs_product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1199px) {
  .cs_product_card.cs_style_10 .cs_product_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_product_card.cs_style_10 .cs_product_info_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 12%;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_10 .cs_product_info_left {
    padding-right: 20px;
  }
}
.cs_product_card.cs_style_10 .cs_products_btns {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_product_card.cs_style_10 .cs_products_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
@media (max-width: 1199px) {
  .cs_product_card.cs_style_10 .cs_products_btns {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cs_product_card.cs_style_10 .cs_products_btns > * {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cs_product_card.cs_style_10 .cs_products_icon_btns > *:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cs_product_card.cs_style_10 .cs_product_title {
  margin-bottom: 12px;
}
.cs_product_card.cs_style_10 .cs_product_price {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cs_product_card.cs_style_10 .cs_product_price small {
  font-size: 14px;
  font-weight: 300;
  color: var(--secondary);
  text-decoration: line-through;
}
.cs_product_card.cs_style_10 .cs_product_desc {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .cs_product_card.cs_style_10 .cs_product_desc {
    -webkit-line-clamp: 2;
  }
}
.cs_product_card.cs_style_10 .cs_products_icon_btns {
  position: relative;
  right: -20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .cs_product_card.cs_style_10 .cs_products_icon_btns {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    right: 0;
  }
  .cs_product_card.cs_style_10 .cs_products_icon_btns > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cs_product_card.cs_style_10 .cs_label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1em;
  border-radius: 12px 0px;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  left: 0;
  top: 0;
  z-index: 1;
}
.cs_product_card.cs_style_10 .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_product_card.cs_style_10:hover {
  background-color: var(--accent-light);
}
.cs_product_card.cs_style_10:hover .cs_products_icon_btns {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1400px) {
  .cs_grid_5_column.cs_products_view.cs_style_1 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) {
  .cs_grid_5_column.cs_products_view.cs_style_1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .cs_grid_5_column.cs_products_view.cs_style_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_grid_5_column.cs_products_view.cs_style_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1400px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1199px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1400px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cs_products_view.cs_style_1.active {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .cs_products_view.cs_style_1.active {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 {
  border: 1px solid var(--border);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_card_in,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_card_in,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_card_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_card_in,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_card_in,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_card_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_thumb,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_thumb,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_thumb {
  width: 260px;
  height: 240px;
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1199px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_thumb,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_thumb,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_thumb {
    width: 240px;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_thumb,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_thumb,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_thumb {
    padding-bottom: 5px;
    width: 100%;
  }
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_price,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_price,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_price {
  font-size: 36px;
}
@media (max-width: 1600px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_price,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_price,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_price {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_price,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_price,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_price {
    font-size: 28px;
  }
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_price small,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_price small,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_price small {
  font-size: 20px;
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_info,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_info,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 575px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_info,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_info,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_info {
    width: 100%;
  }
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1:hover,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3:hover,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7:hover {
  border-color: transparent;
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1:hover .cs_products_btns,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3:hover .cs_products_btns,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7:hover .cs_products_btns {
  bottom: 14px;
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_info {
  text-align: left;
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_ratings,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 {
  overflow: hidden;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_thumb {
  width: 200px;
  height: 230px;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_card_in {
  position: relative;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_price,
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_ratings {
  opacity: 1;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_products_btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: initial;
  left: initial;
  bottom: initial;
  top: 100%;
  right: 20px;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_thumb,
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_info_in {
  position: initial;
  overflow: initial;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_hover_icon {
  width: 45px;
  height: 45px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 40px;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_hover_icon svg {
  width: 20px;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_products_btns {
  opacity: 0;
  top: 114px;
  visibility: hidden;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3:hover .cs_hover_icon {
  -webkit-transform: initial;
          transform: initial;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3:hover .cs_products_btns {
  top: 94px;
  opacity: 1;
  visibility: visible;
}

.cs_products_list_view.active .cs_product_card.cs_style_10 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_product_info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_product_info_left {
  padding-right: 0;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_products_btns {
  width: 100%;
  gap: 10px;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_products_icon_btns {
  opacity: 1;
  visibility: visible;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_products_icon_btns > * {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: initial;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_btn.cs_style_1 {
  width: 100%;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_product_desc {
  -webkit-line-clamp: 2;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_product_thumb {
  width: 100%;
}

.cs_grid_1_column.cs_products_list_view.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1400px) {
  .cs_grid_1_column.cs_products_list_view.active {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cs_grid_1_column.cs_products_list_view.active {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cs_product_card.cs_style_11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--border);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 40px;
  position: relative;
  gap: 24px;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_11 {
    padding: 15px;
    gap: 12px;
  }
}
@media (max-width: 400px) {
  .cs_product_card.cs_style_11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_product_card.cs_style_11 .cs_product_thumb {
  width: 120px;
  text-align: center;
}
.cs_product_card.cs_style_11 .cs_product_thumb img {
  max-height: 150px;
}
.cs_product_card.cs_style_11 .cs_product_category {
  letter-spacing: 0.7px;
  margin-bottom: 3px;
}
.cs_product_card.cs_style_11 .cs_product_title {
  margin-bottom: 3px;
}
.cs_product_card.cs_style_11 .cs_product_price {
  margin-top: 10px;
}
.cs_product_card.cs_style_11 .cs_quantity {
  margin-top: 13px;
}
.cs_product_card.cs_style_11 .cs_product_card_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_product_card.cs_style_11 .cs_like_btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  border: none;
  height: 20px;
  width: 20px;
  padding: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_11 .cs_like_btn {
    bottom: 15px;
    right: 15px;
  }
}
.cs_product_card.cs_style_11 .cs_product_card_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-color: transparent;
  border: oldlace;
  outline: none;
  left: 30px;
  top: 30px;
  padding: 0;
  color: var(--secondary);
  opacity: 0.5;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_11 .cs_product_card_close {
    right: 15px;
    top: 15px;
  }
}
.cs_product_card.cs_style_11 .cs_product_card_close:hover {
  color: var(--accent);
  opacity: 1;
}
.cs_product_card.cs_style_11 .cs_quantity.cs_style_1 {
  height: 50px;
  width: 140px;
}
.cs_product_card.cs_style_11 .cs_quantity.cs_style_1 .cs_decrement {
  border-right: 1px solid var(--border);
}
.cs_product_card.cs_style_11 .cs_quantity.cs_style_1 .cs_increment {
  border-left: 1px solid var(--border);
}

.cs_delete_btn {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: transparent;
  font-weight: 600;
}
.cs_delete_btn i {
  font-size: 18px;
}
.cs_delete_btn:hover {
  color: var(--accent);
}

.cs_cart_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.cs_cart_list li {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 1400px) {
  .cs_cart_list li {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .cs_cart_list li {
    padding-left: 30px;
  }
}
.cs_cart_list li:not(:last-child) {
  margin-bottom: 20px;
}
.cs_cart_list .cs_custom_checkbox {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.cs_order_summary li {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.cs_order_summary li > * {
  margin-bottom: 5px;
}
.cs_order_summary li > *:last-child {
  margin-bottom: 0;
}
.cs_order_summary .cs_order_summary_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Start Product Details */
.cs_product_review_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 370px) {
  .cs_product_review_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cs_product_review_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .cs_product_review_media {
    gap: 12px;
  }
}
.cs_product_review_media img {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_product_review_media .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.cs_product_review_media h3 {
  margin-bottom: 2px;
}

.cs_product_review_text {
  max-width: 690px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cs_product_review_text {
    margin-top: 15px;
  }
}

.cs_product_review_list li:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cs_product_review_list li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.cs_voucher_card_1 {
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.cs_voucher_card_1 .cs_voucher_text {
  padding: 12px 35px;
}
@media (max-width: 1400px) {
  .cs_voucher_card_1 .cs_voucher_text {
    padding: 12px 25px;
  }
}
.cs_voucher_card_1 .cs_voucher_text p {
  margin: -8px 0 0;
}
.cs_voucher_card_1 .cs_cupon_code_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
}
@media (max-width: 1400px) {
  .cs_voucher_card_1 .cs_cupon_code_wrap {
    padding: 0 25px;
  }
}
.cs_voucher_card_1 .cs_cupon_code_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--border)), color-stop(60%, var(--border)), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(90deg, var(--border), var(--border) 60%, transparent 75%, transparent 100%);
  background-size: 12px 2px;
  border: none;
}
.cs_voucher_card_1 .cs_cupon_code_shape_1,
.cs_voucher_card_1 .cs_cupon_code_shape_2 {
  background-color: #fff;
  height: 22px;
  width: 14px;
  position: absolute;
  bottom: 34px;
}
.cs_voucher_card_1 .cs_cupon_code_shape_1::before,
.cs_voucher_card_1 .cs_cupon_code_shape_2::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-color: rgba(217, 217, 217, 0.18);
}
.cs_voucher_card_1 .cs_cupon_code_shape_1 {
  left: 0;
  border-radius: 0 40px 40px 0;
}
.cs_voucher_card_1 .cs_cupon_code_shape_2 {
  right: 0;
  border-radius: 40px 0 0 40px;
}
.cs_voucher_card_1 .cs_voucher_btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
}
.cs_voucher_card_1 .cs_voucher_btn:hover {
  opacity: 0.8;
}
.cs_voucher_card_1 .cs_tooltip {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 19px;
  left: 28px;
  cursor: help;
}

.cs_voucher_card_2 {
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 30px 40px;
}
.cs_voucher_card_2 ul li {
  position: relative;
}
.cs_voucher_card_2 ul li:not(:last-child) {
  margin-bottom: 15px;
}
.cs_voucher_card_2 .cs_voucher_btn {
  position: absolute;
  border: none;
  outline: none;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
}
.cs_voucher_card_2 .cs_voucher_btn:hover {
  color: var(--secondary);
}

.cs_voucher_card_3 {
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
  padding: 16px 18px;
  position: relative;
}
.cs_voucher_card_3 .cs_voucher_btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
  position: absolute;
  left: 21px;
  top: 24px;
}
.cs_voucher_card_3 .cs_voucher_btn:hover {
  opacity: 0.8;
}
.cs_voucher_card_3 .cs_voucher_text {
  padding-right: 25px;
  max-width: 250px;
}
.cs_voucher_card_3 .cs_voucher_text h3 {
  margin-bottom: 8px;
}

.cs_details_list_2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 575px) {
  .cs_details_list_2 li {
    display: block;
  }
}
.cs_details_list_2 li:not(:last-child) {
  margin-bottom: 18px;
}
.cs_details_list_2 li b {
  width: 165px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs_discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cs_discount span {
  line-height: 1.5em;
  padding: 3px 10px 2px 10px;
  border-radius: 0px 12px 0px 12px;
}
.cs_discount small {
  line-height: 1.5em;
  position: relative;
  color: rgba(99, 99, 99, 0.5);
}
.cs_discount small::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  background-color: var(--secondary);
}

.cs_voucher_heading_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.cs_voucher_heading_1 p {
  margin: -4px 0 0;
}

.cs_share_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  font-size: 20px;
}
.cs_share_links p {
  margin-bottom: 10px;
}
.cs_share_links a {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: var(--secondary);
  color: #fff;
}

.cs_details_list_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_details_list_1 .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cs_details_list_1 li:not(:last-child) {
  border-left: 1px solid var(--border);
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .cs_details_list_1 li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
}

.cs_averate_rating_wrap_1 .cs_rating {
  -webkit-transform: scale(1.75);
          transform: scale(1.75);
  margin: 6px 0 14px 34px;
}
@media (max-width: 575px) {
  .cs_averate_rating_wrap_1 .cs_rating {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    margin: 4px 0 7px 23px;
  }
}
.cs_averate_rating_wrap_1 .cs_rating_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.cs_review_card_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 120px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cs_review_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.cs_review_list li:not(:last-child) {
  margin-bottom: 10px;
}
.cs_review_list li span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 10px;
  text-align: center;
}
.cs_review_list .cs_progress_in {
  background: var(--accent);
}
.cs_review_list .cs_progress {
  height: 8px;
  width: 310px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 450px) {
  .cs_review_list .cs_progress {
    width: 260px;
  }
}
@media (max-width: 390px) {
  .cs_review_list .cs_progress {
    width: 210px;
  }
}
@media (max-width: 340px) {
  .cs_review_list .cs_progress {
    width: 180px;
  }
}

.cs_sort_by_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid var(--border);
  border-left: 0;
  border-right: 0;
  height: 70px;
  padding: 5px 20px;
}
@media (max-width: 380px) {
  .cs_sort_by_wrap {
    padding: 5px 0px;
  }
}
.cs_sort_by_wrap .cs_sort_by_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cs_sort_by_wrap select {
  border: none;
  outline: none;
  color: var(--secondary);
  height: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, var(--secondary) 0), linear-gradient(135deg, var(--secondary) 50%, rgba(0, 0, 0, 0) 0);
  background-position: calc(100% - 5px) calc(1em + 2px), calc(100% - 0px) calc(1em + 2px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding: 6px 20px 6px 0px;
}

.cs_product_desc_list b {
  display: inline-block;
  font-weight: 600;
  color: var(--primary);
}
.cs_product_desc_list li:not(:last-child) {
  margin-bottom: 15px;
}

.cs_product_reviews_wrap_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 120px;
}
@media (max-width: 1199px) {
  .cs_product_reviews_wrap_1 {
    gap: 40px 60px;
  }
}
@media (max-width: 991px) {
  .cs_product_reviews_wrap_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_product_reviews_wrap_1 .cs_product_reviews_wrap_1_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cs_product_details_info_1 {
  padding-right: 30%;
}
@media (max-width: 1400px) {
  .cs_product_details_info_1 {
    padding-left: 0;
  }
}

.cs_details.cs_style_1 .cs_product_category {
  letter-spacing: 0.7px;
  margin-bottom: 8px;
}

.cs_details.cs_style_1 {
  padding-left: 120px;
}
@media (max-width: 1600px) {
  .cs_details.cs_style_1 {
    padding-right: 80px;
  }
}
@media (max-width: 1400px) {
  .cs_details.cs_style_1 {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .cs_details.cs_style_1 {
    padding-left: 0px;
  }
}
.cs_details.cs_style_1 .cs_quantity_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_details.cs_style_1 .cs_quantity_wrap > *:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 200px;
}
.cs_details.cs_style_1 .cs_discount {
  margin-top: 13px;
}
.cs_details.cs_style_1 .cs_product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
.cs_details.cs_style_1 .cs_product_price > * {
  margin-bottom: 5px;
}
.cs_details.cs_style_1 .cs_product_price small {
  line-height: 1.5em;
  position: relative;
  color: var(--ternary);
  font-weight: 400;
}
.cs_details.cs_style_1 .cs_product_price small::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  background-color: var(--secondary);
}
.cs_details.cs_style_1 .cs_product_price small + span {
  position: relative;
  border-left: 1px solid var(--border);
  padding-left: 15px;
}

/* End Product Details */
.cs_new_item_list .cs_product_card.cs_style_1 .cs_product_title,
.cs_product_card.cs_style_3 .cs_product_title,
.cs_product_card.cs_style_7 .cs_product_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
  17. Animation
----------------------------------------------------------------*/
@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
  18. Newsletter
----------------------------------------------------------------*/
.cs_newsletter.cs_style_1 input,
.cs_newsletter.cs_style_2 input,
.cs_newsletter.cs_style_3 input {
  line-height: 1.5em;
  height: 60px;
  width: 100%;
  max-width: 412px;
  padding: 6px 25px;
  outline: none;
  border: none;
  border-radius: 5px;
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_1 input,
  .cs_newsletter.cs_style_2 input,
  .cs_newsletter.cs_style_3 input {
    height: 50px;
    max-width: 100%;
    padding: 6px 15px;
  }
}
.cs_newsletter.cs_style_1 .cs_subscribe_form,
.cs_newsletter.cs_style_2 .cs_subscribe_form,
.cs_newsletter.cs_style_3 .cs_subscribe_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_1 .cs_subscribe_form,
  .cs_newsletter.cs_style_2 .cs_subscribe_form,
  .cs_newsletter.cs_style_3 .cs_subscribe_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.cs_newsletter.cs_style_1 .cs_btn.cs_style_1:hover,
.cs_newsletter.cs_style_2 .cs_btn.cs_style_1:hover,
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}

.cs_newsletter.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 67px 150px;
  min-height: 490px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_1 {
    min-height: initial;
    padding: 70px 25px 80px 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cs_newsletter.cs_style_1 .cs_newsletter_title {
  margin-bottom: 15px;
}
.cs_newsletter.cs_style_1 .cs_newsletter_subtitle {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_in {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 650px;
  }
}

.cs_newsletter.cs_style_2 {
  padding: 58px 10% 64px;
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_2 {
    padding: 58px 30px 64px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_2 {
    padding: 58px 20px 64px;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_in {
  position: relative;
  z-index: 2;
}
.cs_newsletter.cs_style_2 .cs_subscribe_form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_newsletter.cs_style_2 .cs_newsletter_title {
  margin-bottom: 40px;
}
.cs_newsletter.cs_style_2 .cs_star_shape_1 {
  position: absolute;
  right: 113px;
  top: 70px;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  animation-direction: reverse;
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_2 .cs_star_shape_1 {
    display: none;
  }
}
.cs_newsletter.cs_style_2 .cs_star_shape_2 {
  position: absolute;
  left: 142px;
  bottom: 90px;
  -webkit-animation: rotateAnimation 6s linear infinite;
          animation: rotateAnimation 6s linear infinite;
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_2 .cs_star_shape_2 {
    display: none;
  }
}
.cs_newsletter.cs_style_2 .cs_star_shape_3 {
  position: absolute;
  left: 55px;
  bottom: 62px;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_2 .cs_star_shape_3 {
    display: none;
  }
}

.cs_newsletter.cs_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px 0 0;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.cs_newsletter.cs_style_3 .cs_subscribe_form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_3 .cs_subscribe_form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.cs_newsletter.cs_style_3 .cs_newsletter_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}/*# sourceMappingURL=style.css.map */