/************************************************************************************** general start*/
.border-bottom-left-radius-0 {
  border-bottom-left-radius: 0 !important
}
.border-top-left-radius-0 {
  border-top-left-radius: 0 !important
}
.info-fieldset {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.info-legend {
  width: auto;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
  margin-left: 10px;
  margin-bottom: 0;
  display: block;
  line-height: inherit;
  background-color: #ddd;
  color: #fff;
  border: 0;
  border-radius: 50px
}
.info_musteri {
  white-space: nowrap
}
fieldset {
  clear: both;
  padding: .35em .625em .75em;
  margin: 5px 10px;
  border: 1px solid #d8eff8
}
fieldset legend {
  font-size: 15px;
  white-space: nowrap
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit
}
.font-weight-500 {
  font-weight: 500 !important
}
.text-mute-small {
  font-size: 12px;
  color: #999;
}
.dropdown-menu-custom-bottom {
  height: 16px;
  background: #ddd;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.representative-menu {
  line-height: 18px;
  font-size: 12px
}
.list-style-theme-10{
  list-style: inside !important;
}
.list-style-theme-10 li::marker{
  color: #333 !important
}
#map iframe {
  width: 100% !important;
}
.tt-box-text p {
  font-size: 16px
}
.font-weight-500 {
  font-weight: 500 !important
}
.price, .kdv{
  font-family: Hind,sans-serif !important;
}
.tt-product:not(.tt-view):hover .tt-image-box .tt-countdown_box {
  opacity: 0;
}
.right-auto{ right: auto !important;}
.bottom-auto{ bottom: auto !important;}
.left-auto{ left: auto !important;}
.right-auto{ right: auto !important;}
.max-content { width: max-content !important;}
.tt-product:not(.tt-view) .tt-description .tt-add-info li a{
  color:#585858;
  font-weight: 400;
}
/************************************************************************************** general finish*/
/************************************************************************************** loader start common*/
#block-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 77;
  background-color: #fff;
  opacity: 1;
  display: block
}
#block-wrapper.block-loader-on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s linear;
  transition: .5s linear
}
#block-wrapper.block-loader-off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s linear;
  transition: .5s linear
}
#block-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -9px;
  margin-left: -100px;
  -webkit-perspective: 400px;
  perspective: 400px;
  transform-type: preserve-3d
}
#block-loader .dot {
  -webkit-animation: 3s ease-in-out infinite blockloader;
  animation: 3s ease-in-out infinite blockloader;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: absolute;
  background: #ddd
}
#block-loader .dot:nth-child(2) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
#block-loader .dot:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
#block-loader .dot:nth-child(4) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
#block-loader .dot:nth-child(5) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
#block-loader .dot:nth-child(6) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
#block-loader .dot:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}
html:not(.ie) #block-loader .dot {
  border: 2px solid #fff
}
@-webkit-keyframes blockloader {
  15%, 95% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  45%, 65% {
    -webkit-transform: translateX(235px);
    transform: translateX(235px)
  }
}
@keyframes blockloader {
  15%, 95% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  45%, 65% {
    -webkit-transform: translateX(235px);
    transform: translateX(235px)
  }
}
/************************************************************************************** loader finish*/
/************************************************************************************** login start*/
@media (min-width: 1025px){
  .tt-mobile-login {
    display: none;
  }
  .tt-desktop-login {
    display: flex;
  }
}
@media (max-width: 1024px){
  .tt-mobile-login {
    display: block;
  }
  .tt-desktop-login {
    display: none;
  }
}
.social-login-buttons .btn:hover {
  opacity: 1 !important;
}
.social-login-buttons .fb {
  background-color: #3B5998 !important;
  color: white !important;
}

.social-login-buttons .google {
  background-color: #dd4b39 !important;
  color: white !important;
}
.tt-tabs-default li>a{border-bottom: 2px solid transparent;}
.tt-tabs-default li>a.active, .tt-tabs-default li>a:hover{border-bottom: 2px solid transparent; transition: all 0.2s linear;}
.tt-login-form .tt-tabs-default li>a.login-representative.active, .tt-login-form .tt-tabs-default li>a.login-representative:hover {
  color: #515151 !important;
  border-bottom-color: #515151 !important;
}

.tt-login-form .tt-tabs-default li>a {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .tt-login-form .tt-tabs-default li>a {font-size: 15px;}

  #toggle-password{
    position: absolute;
    font-size: 20px;
    margin-top: -30px;
    right: 46px;
    cursor: pointer;
  }
}

@media (min-width: 1025px) {
  .tt-login-form .tt-tabs-default li>a {font-size: 18px;}

  #toggle-password{
    position: absolute;
    font-size: 20px;
    margin-top: -30px;
    right: 65px;
    cursor: pointer;
  }
}
/************************************************************************************** login finish*/
/************************************************************************************** header start*/
.tt-mobile-header .header-tel-info {
  padding-top: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.tt-mobile-header .header-tel-info [class^=icon] {
  margin-top: -5px;
}
/************************************************************************************** header finish*/
/************************************************************************************** header: mini-cart perfect scrollbar start*/
.perfect-scrollbar-out-mini-cart {
  position: relative;
  overflow: auto;
  max-height: 346px;
  width: 106%
}
.perfect-scrollbar-in-mini-cart {
  max-height: 346px;
  width: 92%
}
/************************************************************************************** header: mini-cart perfect scrollbar finish*/
/************************************************************************************** header: itc-headertype1 start*/
@media (max-width: 480px){
  #tt-header .tt-stuck-nav .tt-header-row {
    padding-left: 0;
    padding-right: 0; }
}
/****************************************************** common */
.megamenu-auto-width .dropdown-menu{
  width: max-content !important;
  margin-left: -40px !important;
  left: unset !important;
}
/************************************************************************************** header: itc-headertype1 finish*/
/************************************************************************************** header: currency and language start*/
.tt-desctop-parent-multi.tt-parent-box .tl-symbol-text {
  font-size: 18px;
  margin-right: 5px;
  font-weight: 400
}
.tt-mobile-parent-multi.tt-parent-box .tl-symbol-text {
  font-size: 23px;
  margin-right: 7px;
  font-weight: 400
}
.tt-mobile-parent-multi.tt-parent-box img {
  margin-right: 10px;
}
header .tt-language-currency ul li img {
  width: 20px;
  margin-right: 9px
}
#tt-header .tt-desktop-header .single-currency-box .tt-dropdown-toggle .tt-text {
  font-size: 15px;
  line-height: 2;
  color: #878c9b;
}
header .tt-box-info ul li {
  font-size: 13px;
}
/************************************************************************************** header: currency and language finish*/
/************************************************************************************** footer start common*/
@media (min-width: 790px) {
  .tt-back-to-top {
    height: 45px;
    width: 45px;
  }
}
/************************************************************************************** footer finish*/
/************************************************************************************** instagram start common*/
@media (min-width: 1230px) {
  .instagram-block a img {
    width: 16.49%
  }
}
@media (max-width: 736px) {
  .instagram-block a img {
    width: 49.5%
  }
}
/************************************************************************************** instagram finish*/
/************************************************************************************** product price start*/
.kdv {
  font-size: 10px !important;
  letter-spacing: -.5px !important;
  color: #585858 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}
.tt-price{white-space: nowrap;}
.tt-price .old-price .price {
  text-decoration: line-through !important
}
.special-top-price .new-price span.price {
  white-space: nowrap;
  font-size: 16px !important;
  font-weight: 700;
  color: #191919
}
.special-top-price {
  border-bottom: 1px solid #e9e7e7;
  margin-bottom: 5px
}
.old-price .price {
  color: #191919;
  text-decoration: line-through
}
.new-price .price.top-price {
  color: #ff0000
}
.itc-locale-price {
  font-size: 12px !important;
  margin-top: -2px;
}
.tt-product:not(.tt-view) .tt-description .tt-price .new-price{
  color: #cc0000;
  font-weight: 500;
  font-size: 17px;
}
/************************************************************************************** product price finish*/
/************************************************************************************** label-location start*/
.tt-label-location [class^=tt-label-]{
  border-radius: 4px;
  padding: 2px 6px 0 6px;
}
.tt-label-custom [class^=tt-label-]{
  font-size: 10px;
  line-height: 0.9px;
  color: #fff;
  font-weight: 500;
  padding: 0 3px 0;
  border-radius: 2px;
}
.tt-product:not(.tt-view) .tt-image-box .tt-label-location [class^=tt-label-] {
  padding: 5px 4px 2px;
  border-radius: 4px;
}
/************************************************************************************** label-location finish*/
/************************************************************************************** sepeti bosalt butonu start*/
.link-btn {
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-shadow: none;
  cursor: pointer;
  background-color: transparent;
  box-sizing: unset;
  border-width: unset;
  border-style: none;
  border-color: transparent;
  border-image: none
}
/************************************************************************************** sepeti bosalt butonu finish*/
/************************************************************************************** swal notification start*/
.swal2-container .swal2-popup.swal2-toast .swal2-icon i:before{
  font-size: 32px;
}
.swal2-container .swal2-popup.swal2-toast .swal2-header {
  display: block;
}
.swal2-container .swal2-popup.swal2-toast .swal2-icon {
  margin-right: 10px;
}
.swal2-container .swal2-popup.swal2-toast .swal2-title{
  padding-bottom: 0!important;
}
.swal2-container .swal2-popup.swal2-toast .swal2-content {
  font-weight: 500 !important;
  font-family: Hind,sans-serif !important;
}
.icon-h-09:before {
  content: "\ea28";
  color: #17a2b8!important;
  line-height: 1;
  font-size: 32px !important;
  margin-left: 0;
}
.icon-g-82:before {
  content: "\ea11";
  color: #28a745!important;
  line-height: 1;
  font-size: 32px !important;
  margin-left: 0;
}
.icon-g-85:before {
  content: "\ea14";
  color: #dc3545!important;
  line-height: 1;
  font-size: 31px !important;
  margin-left: 0;
}
.icon-h-08:before {
  content: "\ea27";
  color: #ffc107!important;
  line-height: 1.1;
  font-size: 31px !important;
  margin-left: 1px;
}
/************************************************************************************** swal notification finish*/
/************************************************************************************** newsletter start*/
#newsletterform input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
#newsletterform button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
/************************************************************************************** newsletter finish*/
/************************************************************************************** forms and form input errors and validation start*/
.account-form, .address-form, .dealer-app-form, .review-form {
  margin-top: 39px
}
.account-form textarea, .address-form textarea, .review-form textarea {
  height: 160px
}
.account-form .btn, .address-form .btn, .dealer-app-form .btn, .review-form .btn {
  margin-top: 20px
}
@media (max-width: 575px) {
  .account-form, .address-form, .dealer-app-form, .review-form {
    margin-top: 33px
  }
}
.account-form p, .address-form p, .dealer-app-form p, .review-form p {
  padding-bottom: 20px
}
.account-form .form-group, .address-form .form-group, .dealer-app-form .form-group, .review-form .form-group {
  position: relative
}
.form-default select.form-control {
  height: 40px !important;
  padding: 9px 12px 11px 15px !important
}

.validation-form .form-group{
  position: relative
}
.validation-form label.error, footer #newsletterform label.error{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 67px;
  left: 0;
  padding: 2px 8px 0 28px;
  background: #f8353e;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  z-index: 1;
  border-radius: 6px;
}
.validation-form label.error:before, footer #newsletterform label.error:before {
  content: '\ea27';
  font-family: wokiee;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 7px;
  color: #fff;
}
.validation-form label.error:after, footer #newsletterform label.error:after{
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8353e
}

#couponcodeform label.error, footer #newsletterform label.error, #contactform label.error, #warranty-inquiry-form label.error {
  top: 41px;
}
/************************************************************************************** forms and form input errors and validation finish*/
/************************************************************************************** cart.blade: cart description note start*/
@media (min-width: 790px) {
  .tt-shopcart-col .form-control {
    height: 103px
  }
}
.tt-empty-order .tt-icon {
  font-size: 64px;
  line-height: 1.1;
  color: #ebecee
}
.tt-shopcart-table-02 .cart-stock-control .tt-product-img img {
  max-width: 60px;
}
.tt-shopcart-table-02 table tr .cart-stock-control {
  padding: 5px 0;
}
/*coupon code form start*/
@media (min-width: 790px) {
  .tt-coupon-code {
    width: 100%;
    padding-bottom: 4px
  }
  .tt-coupon-code form {
    margin-top: 0;
  }
  .tt-coupon-code .form-inline {
    width: 100%
  }
  .tt-coupon-code .form-inline .form-group {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0
  }
  .tt-coupon-code .form-inline .form-group .form-control {
    width: 100%;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .tt-coupon-code .form-inline .form-group .btn {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tt-coupon-code .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .tt-coupon-code .form-group .form-control {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto
  }
  .tt-coupon-code .form-inline [class^=btn]{
    width: auto;
  }
  html.ie .tt-coupon-code .form-inline .form-group .form-control {
    width: auto
  }
  html.ie .tt-coupon-code, html.ie .tt-coupon-code p {
    width: 590px
  }
  html.ie .tt-coupon-code .form-inline {
    width: auto
  }
  html.ie .tt-coupon-code .form-inline .form-group .form-control {
    width: auto;
    min-width: 370px
  }
}
@media (min-width: 790px) and (min-width: 790px) {
  .tt-coupon-code .form-default .form-group {
    margin-bottom: 0
  }
  .tt-coupon-code .form-default .form-group .form-control {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .tt-coupon-code .form-default .form-group .btn {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
}
@media (min-width: 790px) and (min-width: 1230px) {
  .tt-coupon-code .form-control {
    width: 507px
  }
}
@media (min-width: 790px) and (max-width: 1229px) and (min-width: 1025px) {
  .tt-coupon-code .form-control {
    width: 340px
  }
}
@media (min-width: 790px) and (max-width: 1024px) {
  .tt-coupon-code .form-control {
    width: auto
  }
}
.tt-coupon-code form {
  position: relative
}
.tt-coupon-code form .errors:not(label) {
  position: absolute;
  top: 56px;
  left: 0
}
.tt-coupon-code form .errors:not(label) ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8353e
}
.tt-coupon-code form .errors:not(label) ul li {
  position: relative;
  padding: 6px 19px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 22px
}
.tt-coupon-code form .errors:not(label) ul li:before {
  content: "\EA27";
  font-family: wokiee;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 4px;
  margin-right: 7px;
  color: #fff
}
.tt-coupon-code form .errors:not(label):before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8353e
}
@media (max-width: 789px) {
  .tt-coupon-code form {
    margin-top: 0;
  }
  .tt-coupon-code form .form-group {
    width: 100%;
    margin-bottom: 0
  }
  .tt-coupon-code form .form-group .form-control {
    width: 100%
  }
  .tt-coupon-code form .btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: block;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
}
@media (min-width: 576px) {
  .tt-coupon-code .form-default .form-group .form-control {
    padding-top: 3px;
    padding-bottom: 1px;
    line-height: 2.9
  }
  html.ie.win .tt-coupon-code .form-default .form-group .form-control {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.6
  }
}
@media (max-width: 575px) {
  .tt-coupon-code .form-default .form-group .form-control {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.4
  }
  html.ie.win .tt-coupon-code .form-default .form-group .form-control {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.6
  }
}
/*coupon code form finish*/
/*promotion title in totals start*/
.cart-discount-total-price-elements-promotions .promotion-title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  text-align: left;
}
/*promotion title in totals finish*/
/*cart list img, padding start*/
@media (max-width: 576px) {
  .tt-shopcart-table-02 .tt-product-img img {
    max-width: 100px;
    height: auto;
  }
  .tt-shopcart-table-02 table tr td {
    vertical-align: middle;
    padding: 10px 0;
  }
  .tt-shopcart-table-02 table td:first-child {
    width: 121px;
  }
}
@media (min-width: 576px) and (max-width: 1366px) {
  .tt-shopcart-table-02 .tt-product-img img {
    max-width: 50px;
    height: auto;
  }
  .tt-shopcart-table-02 table tr td {
    vertical-align: middle;
    padding: 10px 0;
  }
  .tt-shopcart-table-02 table td:first-child {
    width: 70px;
  }
}
@media (min-width: 1367px) {
  .tt-shopcart-table-02 .tt-product-img img {
    max-width: 60px;
    height: auto;
  }
  .tt-shopcart-table-02 table tr td {
    vertical-align: middle;
    padding: 10px 0;
  }
  .tt-shopcart-table-02 table td:first-child {
    width: 90px;
  }
}
/*cart list img, padding finish*/
.cart-discount-total-price-elements-promotions .promotion-title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px !important;
  text-align: left;
}
@media (min-width: 790px){
  .tt-shopcart-table-02 table td:nth-child(3) {
    width: 20%;
    min-width: 100px;
  }
}
@media (min-width: 1024px){
  .text-ellipsis-cart-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .itc-mini-cart .text-ellipsis-cart-title{
    width: 124px;
  }
  #itc-cart-table .text-ellipsis-cart-title{
    width: 310px;
  }
}
/*empty-cart start*/
.tt-empty-cart {
  text-align: center;
  padding: 40px 20px 0;
  color: #777777;
}
.tt-empty-cart .tt-icon {
  font-size: 80px;
  line-height: 1.1;
  color: #ebecee;
}
.tt-empty-cart .btn {
  margin-top: 15px;
}
/*empty-cart finish*/
/*************************** promotion-cart-slider start*/
.promotion-cart-slider{ display: flex; flex-direction: column;}

.promotion-cart-slider-item{
  border-bottom: 1px dashed #e9e7e7;
  color: #191919;
  font-weight: 500;
  display: flex;
  padding: 10px 0 7px 0;
  line-height: 20px;
  font-size: 13px;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  margin-right: 10px;
}
.promotion-cart-slider-item i{ margin-top: -4px; }
.promotion-cart-slider-item:first-child{ margin-top: 0; padding-top: 0;}
.promotion-cart-slider-item:last-child{ margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
/*************************** promotion-cart-slider end*/
/************************************************************************************** cart.blade: cart description note finish*/
/************************************************************************************** top panel start*/
.horizontal-center {
  margin: 0 auto !important;
}
.tt-top-panel .tt-row .tt-btn-close {
  position: absolute;
  z-index: 9999;
}
.tt-top-panel .tt-row .tt-btn-close {
  right: 0;
  margin-top: 15px;
}
.tt-top-panel .tt-row .tt-btn-close:before {
  color: #ffffff85;
}
.tt-top-panel .tt-row .tt-btn-close:hover:before {
  color: #ffffff;
}
.tt-top-panel.tt-top-panel-largexl .tt-row {
  padding: 16px 15px 6px;
}
@media (max-width: 576px) {
  .tt-top-panel .container {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .tt-top-panel .tt-row .tt-btn-close {
    top: -3px;
    line-height: 1;
    margin-left: 0;
    margin-right: 8px
  }
  .tt-top-panel.tt-top-panel-largexl .tt-row {
    padding: 16px 14px 6px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .tt-top-panel .container {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .tt-top-panel .tt-row .tt-btn-close {
    margin-left: 12px;
    top: -3px;
    line-height: 1;
  }
  .tt-top-panel.tt-top-panel-largexl .tt-row {
    padding: 20px 15px 6px;
  }
}
/*carousel start*/
.text-slider-carousel .carousel-inner {
  min-height: 32px;
}
.text-slider-carousel .carousel-indicators {
  bottom: 0;
  top: -13px;
  z-index: 7 !important;
}
.text-slider-carousel .carousel-indicators li {
  height: 2.4px;
}
.text-slider-carousel .carousel-item {
  font-size: 20px;
  line-height: 1.2;
}
.text-slider-carousel .carousel-item i {
  font-size: 20px;
  margin-right: 10px;
}
.text-slider-carousel .tt-countdown-header-text-slider {
  width: 20%
}
.text-slider-carousel .tt-countdown-header-text-slider .tt-countdown_inner {
  width: 150px;
  padding: 0;
}
.text-slider-carousel .tt-countdown-header-text-slider .countdown-row .countdown-section {
  background: transparent;
  color: black;
  padding: 0 0 0 !important;
  background: 0 0;
}
.text-slider-carousel .tt-countdown-header-text-slider .countdown-row .countdown-amount {
  font-size: 16px !important;
  background: var(--second-background-color);
  color: #000;
  border-radius: 6px;
  padding: 4px 0 0;
}
.text-slider-carousel .tt-countdown-header-text-slider .countdown-row .countdown-period {
  font-size: 10px !important;
  color: white;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
}
.carousel-control-prev-icon, .text-slider-carousel .carousel-control-prev-icon {
  height: 18px;
}
.carousel-control-next-icon, .text-slider-carousel .carousel-control-next-icon {
  height: 18px
}
.carousel-item-label, .tt-countdown-header-text-slider .tt-countdown_inner label {
  display: inline-block;
  color: var(--second-color);
}
@media (max-width: 576px) {
  .text-slider-carousel .carousel-indicators {
    bottom: 0;
    top: -13px;
  }
  .text-slider-carousel .carousel-inner {
    min-height: 30px !important;
  }
  .text-slider-carousel .tt-countdown-header-text-slider {
    width: 100%
  }
  .carousel-item-label, .tt-countdown-header-text-slider .tt-countdown_inner label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .text-slider-carousel .carousel-item {
    font-size: 14px;
    line-height: 1.2;
  }
  .tt-countdown-header-text-slider {
    width: 100%;
  }
  .text-slider-carousel .carousel-indicators li {
    height: 5px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .text-slider-carousel .carousel-inner {
    min-height: 30px !important;
  }
  .text-slider-carousel .tt-countdown-header-text-slider {
    width: 100%
  }
  .carousel-item-label, .tt-countdown-header-text-slider .tt-countdown_inner label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .text-slider-carousel .carousel-item {
    font-size: 20px;
    line-height: 1.2;
  }
  .tt-countdown-header-text-slider {
    width: 100%;
  }
  .text-slider-carousel .carousel-indicators li {
    height: 5px;
  }
}
@media (min-width: 1025px) {
  .carousel-item-label, .tt-countdown-header-text-slider .tt-countdown_inner label {
    display: flex !important;
    justify-content: center !important;
  }
}
/*carousel finish*/
/************************************************************************************** top panel finish*/
/************************************************************************************** blog start*/
@media (min-width: 1025px) {
  .tt-listing-post:not(.tt-half) .tt-post .tt-post-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(59% - 39px);
    flex: 0 0 calc(33% - 39px);
    max-width: calc(33% - 39px);
    width: calc(33% - 39px);
    margin-right: 39px;
  }
  .tt-listing-post:not(.tt-half) .tt-post .tt-post-img + .tt-post-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 66%;
    max-width: 66%;
  }
}
/************************************************************************************** blog finish*/
/************************************************************************************** bootstrap treeview start*/
.treeview .list-group-item {
  cursor: pointer
}
.treeview span.indent {
  margin-left: 10px;
  margin-right: 10px
}
.treeview span.icon {
  width: 12px;
  margin-right: 5px
}
.treeview .node-disabled {
  color: silver;
  cursor: not-allowed
}
/************************************************************************************** bootstrap treeview finish*/
/************************************************************************************** category menu start*/
.text-ellipsis {
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis
}
/************************************************************************************** category menu finish*/
/************************************************************************************** desctop category menu start*/
.tt-desctop-category-mega-menu:not(.tt-hover-02) li.dropdown.selected > a {
  color: #ddd
}
header .single-currency-box ul li img {
  width: 20px;
  margin-right: 9px
}
@media (min-width: 481px) {
  .tt-stuck-nav .tt-stuck-desctop-category-mega-menu {
    flex: 2 1 auto
  }
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-desctop-category-mega-menu {
  width: 20%
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-desctop-category-mega-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) {
  padding-top: 8px;
  padding-bottom: 9px;
  margin-left: -12px
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-desctop-category-mega-menu .tt-desctop-menu {
  margin-left: -12px
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-desctop-category-mega-menu .tt-desctop-menu nav > ul {
  display: inline-flex
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-desctop-category-mega-menu .tt-desctop-menu nav > ul > li.dropdown > a {
  position: relative;
  z-index: 1
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-desctop-category-mega-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
  padding-left: 12px
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-desctop-category-mega-menu .tt-desctop-menu nav > ul > li.dropdown .dropdown-menu {
  z-index: 2
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-desctop-category-mega-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav > ul > li.dropdown > a {
  padding-top: 8px;
  padding-bottom: 8px
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-desctop-category-mega-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown:first-child > a {
  padding-left: 12px
}
html.ie .desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul, html.ie .desctop-menu-large .tt-stuck-nav .tt-stuck-desctop-category-mega-menu .tt-desctop-menu nav > ul {
  display: inline-block
}
.tt-desctop-category-mega-menu .dropdown .dropdown-menu, .tt-desctop-menu .dropdown .dropdown-menu {
  z-index: 9999;
}
.tt-desctop-parent-menu .tt-desctop-menu nav > ul > li.dropdown > a {
  line-height: 2;
  font-size: 14px;
  color: #878c9b;
  letter-spacing: 0;
  padding: 0 8px 0;
}
/************************************************************************************** desctop category menu finish*/
/************************************************************************************** button ask price start */
.tt-product.tt-view .tt-description .tt-btn-askprice,
.tt-product-design02.tt-view .tt-description .tt-btn-askprice {
  line-height: 1;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  display: inline-block;
  position: relative;
  letter-spacing: 0.04em;
  color: #ddd;
  font-size: 14px;
  margin-top: 2px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-product.tt-view .tt-description .tt-btn-askprice:before,
.tt-product-design02.tt-view .tt-description .tt-btn-askprice:before {
  content: '\E9BF';
  font-family: "wokiee";
  font-size: 20px;
  top: 3px;
  margin-right: 6px;
  font-weight: normal;
  position: relative;
  color: #ddd;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-product.tt-view .tt-description .tt-btn-askprice:hover,
.tt-product-design02.tt-view .tt-description .tt-btn-askprice:hover {
  color: #191919;
}
.tt-product.tt-view .tt-description .tt-btn-askprice:hover:before,
.tt-product-design02.tt-view .tt-description .tt-btn-askprice:hover:before {
  color: #191919;
}
@media (min-width: 1025px) {
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice {
    line-height: 1;
    font-weight: 400;
    font-family: "Hind", sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em;
    color: #ddd;
    font-size: 14px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice.thumbprod-button-bg {
    background-color: #ddd;
    color: #ffffff;
    padding: 3px 16px 9px;
    border-radius: 6px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice.thumbprod-button-bg:before {
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice.thumbprod-button-bg:hover {
    background-color: #ddd;
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice.thumbprod-button-bg:hover:before {
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice:before {
    content: '\E9BF';
    font-family: "wokiee";
    font-size: 20px;
    top: 3px;
    margin-right: 6px;
    font-weight: normal;
    position: relative;
    color: #ddd;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice:hover {
    color: #191919;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice:hover:before {
    color: #191919;
  }
  .tt-product:not(.tt-view) .tt-description > *:nth-child(1) {
    margin-top: 0;
  }
}
.tt-product-design02:not(.tt-view) .tt-btn-askprice {
  line-height: 1;
  color: #ddd;
  font-size: 14px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline-block;
  position: relative;
  letter-spacing: 0.04em;
}
.tt-product-design02:not(.tt-view) .tt-btn-askprice:before {
  content: '\E9BF';
  font-family: "wokiee";
  color: #ddd;
  font-size: 20px;
  top: 3px;
  margin-right: 6px;
  font-weight: normal;
  position: relative;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-product-design02:not(.tt-view) .tt-btn-askprice:hover {
  color: #191919;
}
.tt-product-design02:not(.tt-view) .tt-btn-askprice:hover:before {
  color: #191919;
}
@media (max-width: 1024px) {
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-link {
    display: none;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child) [class^="tt-btn"]:not(.tt-btn-askprice):first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .tt-product-design02:not(.tt-view) .tt-btn-quickview {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn,
  .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child),
  .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child) {
    margin-top: 10px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-askprice {
    line-height: 1;
    font-weight: 400;
    font-family: "Hind", sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 16px 11px;
    background: #ddd;
    border-radius: 5px;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice:before,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-askprice:before {
    content: '\E9BF';
    font-family: "wokiee";
    font-size: 20px;
    top: 4px;
    margin-right: 4px;
    font-weight: normal;
    position: relative;
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice:hover,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-askprice:hover {
    color: #ffffff;
    background: #ddd;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice:hover:before,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-askprice:hover:before {
    color: #ffffff;
  }
}
@media (max-width: 1024px) and (max-width: 370px) {
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-askprice {
    padding: 2px 10px 11px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-askprice:before,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-askprice:before {
    margin-right: 2px;
  }
}
@media (min-width: 1025px) {
  .tt-product-design02.tt-small:not(.tt-view) .tt-description {
    display: block;
    vertical-align: middle;
    padding-left: 13px;
    padding-right: 13px;
  }
  .tt-product-design02.tt-small:not(.tt-view) .tt-description .tt-btn-askprice {
    width: 100%;
    display: block;
    padding: 5px 5px 5px 0;
    font-size: 0;
    text-align: left;
  }
  .tt-product-design02.tt-small:not(.tt-view) .tt-description .tt-btn-quickview {
    margin-top: 5px;
  }
  .tt-product-design02.tt-small:not(.tt-view) .tt-description > *:nth-child(1) {
    margin-top: 27px;
  }
  .tt-product-design02.tt-small:not(.tt-view).thumbprod-center .tt-description .tt-title {
    text-align: center;
  }
  .tt-product-design02.tt-small:not(.tt-view).thumbprod-center .tt-description .tt-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tt-product-design02.tt-small:not(.tt-view).thumbprod-center:not(.tt-small) .text-decoration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-askprice {
  background: #ddd;
  font-family: "Hind", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  outline: none;
  padding: 6px 31px 4px;
  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;
  text-align: center;
  height: 40px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (max-width: 575px) {
  .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-askprice {
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
    height: 39px;
  }
}
.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-askprice i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-askprice:hover {
  background-color: #ddd;
  color: #ffffff;
}
.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-askprice:hover i {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn {
    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;
  }
  .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn > *:not(:first-child) {
    margin-top: 5px;
  }
  .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-askprice + * {
    margin-top: 14px;
  }
}
.tt-compare-table .tt-item .tt-btn-askprice {
  background: #ddd;
  font-family: "Hind", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  outline: none;
  padding: 6px 31px 4px;
  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;
  text-align: center;
  height: 40px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (max-width: 575px) {
  .tt-compare-table .tt-item .tt-btn-askprice {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    height: 39px;
  }
}
.tt-compare-table .tt-item .tt-btn-askprice i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.tt-compare-table .tt-item .tt-btn-askprice:hover {
  background-color: #ddd;
  color: #ffffff;
}
.tt-compare-table .tt-item .tt-btn-askprice:hover i {
  color: #ffffff;
}
.tt-compare-table02 .tt-col-item .tt-image-box .tt-btn-askprice {
  margin-top: 16px;
}
.tt-compare-table02 .tt-col-item .tt-btn-askprice {
  background: #ddd;
  font-family: "Hind", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  outline: none;
  padding: 6px 21px 4px;
  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;
  text-align: center;
  height: 35px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (max-width: 575px) {
  .tt-compare-table02 .tt-col-item .tt-btn-askprice {
    font-size: 12px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.tt-compare-table02 .tt-col-item .tt-btn-askprice i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.tt-compare-table02 .tt-col-item .tt-btn-askprice:hover {
  background-color: #ddd;
  color: #ffffff;
}
.tt-compare-table02 .tt-col-item .tt-btn-askprice:hover i {
  color: #ffffff;
}

.itc-btn-ask-price:before{
  font-size: 22px;
  top: -2px;
  margin-right: 8px;
  font-weight: 500;
}
/************************************************************************************** button ask price finish */
/************************************************************************************** block selection circle image with zoom start*/
.tt-promo02 {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.tt-promo02 img {
  width: 100%;
  height: auto
}
.tt-promo02 .image-box img {
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s
}
.tt-promo02 .tt-description {
  color: #777
}
.tt-promo02 .tt-description:not(:empty) {
  padding-top: 14px
}
.tt-promo02 .tt-description .tt-title-large {
  font-weight: 500;
  letter-spacing: .03em;
  transition: color .2s linear
}
.tt-promo02 .tt-description a.tt-title {
  display: inline-block
}
.tt-promo02 .tt-description a.tt-title:hover > * {
  color: #ddd
}
.tt-promo02 .tt-description p {
  transition: color .2s linear
}
.tt-promo02 .tt-description p a {
  color: #ddd;
  text-decoration: underline
}
.tt-promo02 .tt-description p a:hover {
  text-decoration: none
}
.tt-promo02 .tt-description p:first-child {
  margin-top: 1px
}
.tt-promo02 .tt-description [class^=btn] {
  margin-top: 20px
}
.tt-promo02 .tt-description p + [class^=btn] {
  margin-top: 12px
}
.tt-promo02 .tt-description img {
  max-width: 100%;
  height: auto
}
@media (max-width: 1024px) {
  .tt-promo02 .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px
  }
  .tt-promo02 .tt-description .tt-title-large {
    font-size: 23px;
    line-height: 30px
  }
}
@media (max-width: 575px) {
  .tt-promo02 .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px
  }
  .tt-promo02 .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 29px
  }
  .tt-promo02 .tt-description p {
    margin-top: 0;
    line-height: 20px
  }
  .tt-promo02, .tt-promo02 .tt-description [class^=btn] {
    margin-top: 10px
  }
}
.tt-promo02 .tt-description :nth-child(1) {
  margin-top: 0
}
.tt-promo02 .tt-description [class^=btn]:nth-child(1) {
  margin-top: 6px !important
}
.tt-promo02.tt-no-btn:hover .tt-description .tt-title > * {
  color: #ddd
}
.tt-promo02 .tt-description:first-child {
  padding-top: 0
}
.tt-promo02 a {
  cursor: pointer
}
.tt-promo02:hover .image-box img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1)
}
.tt-promo02 {
  text-align: center
}
.tt-promo02 .image-box {
  border-radius: 50%;
  overflow: hidden;
  max-width: 280px;
  display: inline-block;
  transition: all ease 0.2s;
  border: 2px solid #ddd
}
.tt-promo02 .tt-description {
  margin-top: 7px
}
.tt-promo02 .tt-description p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px
}
.tt-promo02:hover .tt-description .tt-title-large {
  color: #ddd
}
@media (min-width: 1025px) {
  .tt-layout-promo02 .tt-promo02 {
    margin-top: 72px
  }
}
@media (max-width: 1024px) {
  .tt-promo02 .image-box {
    max-width: 180px
  }
  .tt-promo02 .tt-description .tt-title-large {
    font-size: 22px
  }
  .tt-promo02 .tt-description p {
    font-size: 14px;
    line-height: 22px
  }
  .tt-layout-promo02 {
    margin-top: -50px
  }
  .tt-layout-promo02 .tt-promo02 {
    margin-top: 50px
  }
}
@media (max-width: 790px) {
  .tt-promo02 .image-box {
    max-width: 120px
  }
  .tt-promo02 .tt-description .tt-title-large {
    font-size: 20px
  }
  .tt-layout-promo02 {
    margin-top: -40px
  }
  .tt-layout-promo02 .tt-promo02 {
    margin-top: 40px
  }
}
.tt-promo02 .image-box:hover {
  border: 2px solid #ddd;
}
.tt-layout-promo02 .tt-promo02 {
  margin-top: 52px;
  margin-bottom: 12px;
}
.tt-layout-promo02 {
  margin-top: 5px;
}
.tt-layout-promo02 .arrow-location-center-02 .slick-arrow:before {
  font-size: 16px;
}
.tt-layout-promo02 .arrow-location-center-02 .slick-arrow, .tt-layout-promo02 .arrow-location-center-02 .slick-arrow:active {
  width: 30px;
  height: 30px;
  margin-top: -12px;
}
/************************************************************************************** block selection circle image with zoom finish*/
/************************************************************************************** rateit start*/
.tt-product:not(.tt-view).thumbprod-center .tt-description .rate-review-info .tt-rating {
  width: auto !important;
  margin: 0 6px;
}
.tt-item .tt-layout-vertical .rate-review-info .tt-rating {
  width: auto !important;
  margin-right: 6px;
}
.tt-product .rate-review-info {
  display: flex;
  justify-content: center;
  width: 100%;
}
.tt-item .tt-layout-vertical .rate-review-info {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.review-count-text {
  font-size: 12px;
  vertical-align: text-top;
  line-height: 1.2em;
}
.review-count-text a {
  margin: 0 2px 0 1px;
}
/************************************************************************************** rateit finish*/
/************************************************************************************** products.blade start*/
.itc-list-form-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
.itc-list-form-column .itc-list-form-column-item {
  flex-basis: 100%;
}
/*@media (min-width: 1920px) {*/
/*  .itc-list-form-column .itc-list-form-column-item {*/
/*    flex-basis: 42%;*/
/*  }*/
/*}*/
/***************b2b ye has start*/
#itc-products-list .tt-product-listing:not(:only-child) {
   justify-content: flex-end;
 }
#itc-products-list.tt-product-listing .row{
  width: -webkit-fill-available;
  width: -moz-available;
}
.itc-product-list-row .tt-product .rate-review-info {
  justify-content: flex-start;
}
.itc-product-list-row .tt-product:not(.tt-view).thumbprod-center .tt-description .rate-review-info .tt-rating {
  margin: 0;
}
#itc-products-list .tt-input-counter.style-01 span {
  top: -6px;
}
.itc-product-list-row .tt-product:not(.tt-view) .tt-description .always-show-btn .tt-btn-quickview:before {
  top: 0;
}
.itc-product-list-row .always-show-btn{
  display: flex;
  flex-direction: row;
}
.itc-product-list-row .always-show-btn a:not(:first-child){
  margin-left: 5px;
}
.itc-product-list-row .tt-product:not(.tt-view) .tt-btn-quickview, .itc-product-list-row .tt-product:not(.tt-view) .tt-btn-wishlist, .itc-product-list-row .tt-product:not(.tt-view) .tt-btn-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f1f1;
  color: #999;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 6;
}
@media (max-width: 1024px){
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-wishlist, .tt-product:not(.tt-view) .tt-description .tt-btn-wishlist {
    top: 5px;
  }
}

/***************b2b ye has finish*/
.perfect-scrollbar-out-filters {
  position: relative;
  overflow-y: auto;
  height: 124px;
}

.perfect-scrollbar-in-filters {
  min-height: 124px;
  max-height: 1000px;
}

.ps-container>.ps-scrollbar-y-rail {
  z-index: 7 !important;
}

.perfect-scrollbar-out-filters:has(.itc-list-form-column-item.count-li-1):not(:has(.itc-list-form-column-item.count-li-2)) {
  position: relative;
  overflow-y: auto;
  height: 40px;
}

.perfect-scrollbar-in-filters:has(.itc-list-form-column-item.count-li-1):not(:has(.itc-list-form-column-item.count-li-2)){
  min-height: 40px;
}

.perfect-scrollbar-out-filters:has(.itc-list-form-column-item.count-li-2):not(:has(.itc-list-form-column-item.count-li-3)) {
  position: relative;
  overflow-y: auto;
  height: 60px;
}

.perfect-scrollbar-in-filters:has(.itc-list-form-column-item.count-li-2):not(:has(.itc-list-form-column-item.count-li-3)){
  min-height: 65px;
}

.perfect-scrollbar-out-filters:has(.itc-list-form-column-item.count-li-3):not(:has(.itc-list-form-column-item.count-li-4)) {
  position: relative;
  overflow-y: auto;
  height: 90px;
}

.perfect-scrollbar-in-filters:has(.itc-list-form-column-item.count-li-3):not(:has(.itc-list-form-column-item.count-li-4)){
  min-height: 95px;
}

.itc-tt-filter-list li {
  background: #f7f8fa;
  border-radius: 23px;
  margin-top: 10px;
  border: 1px solid #cdcdcd;
  margin-right: 10px;
  padding: 0 8px;
}

.itc-tt-filter-list li a:before {
  content: "\E9B3";
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 12px;
  line-height: 1;
  font-family: "wokiee";
  color: #191919;
}

.checkbox-group label .check {
  z-index: 7 !important;
}

.checkbox-group label .box {
  z-index: 6 !important;
}

.checkbox-group.checkbox-stock{ width: 100px; margin: 0 30px;}
.checkbox-group.checkbox-stock label{ padding-left: 0 !important;}

.checkbox-group.checkbox-stock label .check:before {
  font-size: 18px;
}

.checkbox-group.checkbox-stock label .title {
  left: 0;
  font-weight: 700;
  top:2px;
  color: var(--background-color);
}

.checkbox-group.checkbox-stock label .check {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  right: 0 !important;
  left: unset;
}

.checkbox-group.checkbox-stock label .box {
  border-radius: 10px;
  height: 20px;
  width: 20px;
  top: 0;
  right: 0 !important;
  left: unset;
}

/*******************************************************************products-table.blade (b2b ye has) start*/
.tt-price div:not(:first-child) span.price {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
.tt-label-location [class^=tt-label-] {
  font-size: 11px;
  font-weight: 500;
}
.itc-product-list-row .tt-product:not(.tt-view) .tt-btn-quickview, .itc-product-list-row .tt-product:not(.tt-view) .tt-btn-wishlist,  .itc-product-list-row .tt-product:not(.tt-view) .tt-btn-compare{
  position: relative;
  opacity: 0;
  top: 0 !important;
  margin-left: 0 !important;
  margin-top: 4px;
}

.itc-product-list-row .top-hover-icon-buttons{
  display: flex;
  flex-direction: column !important;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

@media (max-width: 1024px) and (min-width: 576px){
  .tt-filters-options+.tt-product-listing {
    margin-top: 0px;
  }
}

@media (max-width: 1024px){
  .itc-product-list-row .top-hover-icon-buttons {
    display: flex;
    flex-direction: row !important;
    position: relative;
    height: 100%;
    top: 0;
    right: 0;
  }

  .itc-product-list-row .tt-product:not(.tt-view) .tt-btn-quickview, .itc-product-list-row .tt-product:not(.tt-view) .tt-btn-wishlist,  .itc-product-list-row .tt-product:not(.tt-view) .tt-btn-compare{
    position: relative;
    opacity: 1;
    top: 0 !important;
    margin-left: 9px !important;
    margin-top: 4px;
  }


  .itc-product-list-row .tt-product:not(.tt-view) .tt-btn-quickview:hover,
  .itc-product-list-row .tt-product:not(.tt-view) .tt-btn-wishlist:hover,
  .itc-product-list-row .tt-product:not(.tt-view) .tt-btn-compare:hover{
    background: var(--background-color);
    color: white;
  }


  .itc-product-list-row .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview:before {
    content: "\E9A8";
    font-family: wokiee;
    font-size: 20px;
    line-height: 1;
    margin-top: -2px;
  }

  .itc-product-list-row .tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist:before {
    content: "\EB16";
    font-family: wokiee;
    font-size: 16px;
    line-height: 1;
    margin-top: 1px;
  }

  .itc-product-list-row .tt-product:not(.tt-view) .tt-image-box .tt-btn-compare:before {
    content: "\EB18";
    font-family: wokiee;
    font-size: 16px;
    line-height: 1;
    margin-top: 1px;
  }
}

@media (min-width: 1025px){
  .itc-product-list-row .tt-product:not(.tt-view) .tt-image-box img {
    max-height: 110px;
    width: auto;
  }
}
.btn:not(.tt-icon-right) [class^=icon-] {
  font-size: 20px;
  margin-right: 10px;
  margin-top: -4px;
}
/*******************************************************************products-table.blade (b2b ye has) finish*/

/************************************************************************************** products.blade finish*/
/************************************************************************************** magnific popup start*/
.magnific-video-play-icon {
  position: absolute;
  z-index: 9;
  display: flex;
  vertical-align: middle;
  align-items: center;
  top: 50%;
  left: 50%;
  font-size: 80px;
  color: #000;
}
/************************************************************************************** magnific popup finish*/
/************************************************************************************** blog selected favorite products start*/
.tt-block-aside .tt-layout-vertical-listing .tt-item:not(:last-child) {
  padding-bottom: 21px;
  border-bottom: 1px solid #e9e7e7;
}
/************************************************************************************** blog selected favorite products finish*/
/************************************************************************************** icons start*/
.icon-whatsapp{
  font-size: 16px !important;
  line-height: 20px !important;
}
/************************************************************************************** icons finish*/
/************************************************************************************** width css start*/
.h-auto {
  height: auto; }
.w-auto {
  width: auto !important; }
.w-25 {
  width: 25% !important; }
.w-50 {
  width: 50% !important; }
.w-75 {
  width: 75% !important; }
.w-100 {
  width: 100% !important; }
.wmin-0 {
  min-width: 0 !important; }
.wmin-200 {
  min-width: 200px !important; }
.wmin-250 {
  min-width: 250px !important; }
.wmin-300 {
  min-width: 300px !important; }
.wmin-350 {
  min-width: 350px !important; }
.wmin-400 {
  min-width: 400px !important; }
.wmin-450 {
  min-width: 450px !important; }
.wmin-500 {
  min-width: 500px !important; }
.wmin-550 {
  min-width: 550px !important; }
.wmin-600 {
  min-width: 600px !important; }
.flex-1 {
  -ms-flex: 1;
  flex: 1; }
@media (max-width: 576px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

  .w-xs-auto {
    width: auto !important; }
  .w-xs-25 {
    width: 25% !important; }
  .w-xs-50 {
    width: 50% !important; }
  .w-xs-75 {
    width: 75% !important; }
  .w-xs-100 {
    width: 100% !important; }
  .wmin-xs-0 {
    min-width: 0 !important; }
  .wmin-xs-200 {
    min-width: 200px !important; }
  .wmin-xs-250 {
    min-width: 250px !important; }
  .wmin-xs-300 {
    min-width: 300px !important; }
  .wmin-xs-350 {
    min-width: 350px !important; }
  .wmin-xs-400 {
    min-width: 400px !important; }
  .wmin-xs-450 {
    min-width: 450px !important; }
  .wmin-xs-500 {
    min-width: 500px !important; }
  .wmin-xs-550 {
    min-width: 550px !important; }
  .wmin-xs-600 {
    min-width: 600px !important; }
  .flex-xs-1 {
    -ms-flex: 1;
    flex: 1; } }
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .wmin-sm-0 {
    min-width: 0 !important; }
  .wmin-sm-200 {
    min-width: 200px !important; }
  .wmin-sm-250 {
    min-width: 250px !important; }
  .wmin-sm-300 {
    min-width: 300px !important; }
  .wmin-sm-350 {
    min-width: 350px !important; }
  .wmin-sm-400 {
    min-width: 400px !important; }
  .wmin-sm-450 {
    min-width: 450px !important; }
  .wmin-sm-500 {
    min-width: 500px !important; }
  .wmin-sm-550 {
    min-width: 550px !important; }
  .wmin-sm-600 {
    min-width: 600px !important; }
  .flex-sm-1 {
    -ms-flex: 1;
    flex: 1; } }
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .wmin-md-0 {
    min-width: 0 !important; }
  .wmin-md-200 {
    min-width: 200px !important; }
  .wmin-md-250 {
    min-width: 250px !important; }
  .wmin-md-300 {
    min-width: 300px !important; }
  .wmin-md-350 {
    min-width: 350px !important; }
  .wmin-md-400 {
    min-width: 400px !important; }
  .wmin-md-450 {
    min-width: 450px !important; }
  .wmin-md-500 {
    min-width: 500px !important; }
  .wmin-md-550 {
    min-width: 550px !important; }
  .wmin-md-600 {
    min-width: 600px !important; }
  .flex-md-1 {
    -ms-flex: 1;
    flex: 1; } }
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important; }
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .wmin-lg-0 {
    min-width: 0 !important; }
  .wmin-lg-200 {
    min-width: 200px !important; }
  .wmin-lg-250 {
    min-width: 250px !important; }
  .wmin-lg-300 {
    min-width: 300px !important; }
  .wmin-lg-350 {
    min-width: 350px !important; }
  .wmin-lg-400 {
    min-width: 400px !important; }
  .wmin-lg-450 {
    min-width: 450px !important; }
  .wmin-lg-500 {
    min-width: 500px !important; }
  .wmin-lg-550 {
    min-width: 550px !important; }
  .wmin-lg-600 {
    min-width: 600px !important; }
  .flex-lg-1 {
    -ms-flex: 1;
    flex: 1; } }
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important; }
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .wmin-xl-0 {
    min-width: 0 !important; }
  .wmin-xl-200 {
    min-width: 200px !important; }
  .wmin-xl-250 {
    min-width: 250px !important; }
  .wmin-xl-300 {
    min-width: 300px !important; }
  .wmin-xl-350 {
    min-width: 350px !important; }
  .wmin-xl-400 {
    min-width: 400px !important; }
  .wmin-xl-450 {
    min-width: 450px !important; }
  .wmin-xl-500 {
    min-width: 500px !important; }
  .wmin-xl-550 {
    min-width: 550px !important; }
  .wmin-xl-600 {
    min-width: 600px !important; }
  .flex-xl-1 {
    -ms-flex: 1;
    flex: 1; } }
/************************************************************************************** width css finish*/
/************************************************************************************** promotion on product item start*/
.tt-countdown_box_02 span.countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}
.tt-product .countdown-row .countdown-section {background: #f7f8fa !important; border:1.8px solid #f7f8fa;}
.tt-product .countdown-row .countdown-amount,.tt-product .countdown-row .countdown-period {font-size: 18px !important; color:red;}
.tt-product  div:not(.tt-product-single-info) .promotion-true, .tt-layout-vertical .promotion-true{color:#999;font-size:16px; text-decoration: line-through;}
.tt-product .promotion-price-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-around;
}
.tt-product .promotion-price-wrapper, .tt-layout-vertical .promotion-price-wrapper{
  padding: 6px 10px 4px;
  background: transparent;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 5px;
  border: 1.8px solid forestgreen;
  align-items: center;
  max-width: -webkit-fill-available;
}
.tt-product .promotion-price-text, .tt-layout-vertical .promotion-price-text {
  color: forestgreen;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tt-product .promotion-price, .tt-layout-vertical .promotion-price {
  color: #f8353e;
  font-size: 18px;
  white-space: nowrap;
}
.tt-layout-vertical .promotion-price-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.tt-product-single-info .tt-price .new-price .price{
  font-size: 30px !important;
  line-height: 40px !important;
  font-family: Hind,sans-serif !important;
  font-weight: 500 !important;
  color: #cc0000;
}
.tt-product-single-info .tt-price .itc-product-price-with-vat .price{
  font-size: 16px !important;
  color: #6c757d !important;
}

.tt-countdown_box_02 {text-align: center; margin-top: -7px; width: 100%; z-index: 5; }
.tt-countdown_box_02 .tt-countdown_inner { overflow: hidden; width: 100%; }
.tt-countdown_box_02 .countdown-row { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-content: center; align-items: center; }
.tt-countdown_box_02 .countdown-row .countdown-section { border:1.8px solid #f7f8fa; width: 100%; max-width: 65px; position: relative; margin: 0 5px; padding: 19px 0 13px; white-space: nowrap; background-color: #f7f8fa; color: #000000; border-radius: 6px; }
.tt-countdown_box_02 .countdown-row .countdown-section .countdown-amount { font-size: 16px; line-height: 15px; display: block; font-weight: 500; }
.tt-countdown_box_02 .countdown-row .countdown-section .countdown-period { display: block; padding-top: 1px; font-size: 14px; line-height: 15px; font-weight: 300;}
.tt-countdown_box_02 .countdown-row .countdown-section:first-child { margin-left: 0; }
.tt-countdown_box_02 .countdown-row .countdown-section:last-child { margin-right: 0; }
@media (max-width: 1229px) { .tt-countdown_box_02 .countdown-row .countdown-section { padding: 15px 0; max-width: 60px; margin: 0 3px; font-size: 13px; line-height: 16px;  border:1.8px solid #f7f8fa;}
  .tt-countdown_box_02 .countdown-row .countdown-section .countdown-amount { font-size: 15px; }
  .tt-countdown_box_02 .countdown-row .countdown-section .countdown-period { padding-top: 0; }
}
.tt-modal-quickview .promotion-price-content, .tt-product-single-info .promotion-price-content { display: flex; justify-content: space-around; align-items: flex-start; flex-wrap: wrap; flex-direction: column; align-content: flex-start;}
.tt-modal-quickview .promotion-price-wrapper,.tt-product-single-info .promotion-price-wrapper { padding: 6px 10px 4px; background: transparent; border-radius: 6px; display: flex; justify-content: center; align-content: space-between; flex-wrap: nowrap; flex-direction: row; margin-bottom: 5px; border: 1.8px solid forestgreen; align-items: center; max-width: -webkit-fill-available;}
.tt-modal-quickview .promotion-price-text,.tt-product-single-info .promotion-price-text { color: forestgreen; font-size: 18px; line-height: 40px!important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.tt-modal-quickview .promotion-price,.tt-product-single-info .promotion-price { color: #f8353e; white-space: nowrap; font-size: 30px!important; line-height: 40px!important; font-family: Hind,sans-serif!important; font-weight: 500!important;}
.tt-modal-quickview .tt-price .new-price .price.promotion-true,.tt-product-single-info .tt-price .new-price .price.promotion-true { font-size: 30px!important; line-height: 40px!important; font-family: Hind,sans-serif!important; font-weight: 500!important; color: #999!important; text-decoration: line-through;}

.itc-product-list-row .product-promotion{display: block;}
.itc-product-list-row .product-promotion .promotion-group{display: flex; flex-wrap: wrap; justify-content: unset;}
.itc-product-list-row .tt-countdown_box_02 {width: 100%}
@media (min-width: 990px){
  .itc-product-list-row .product-promotion .promotion-group{display: flex; flex-wrap: nowrap;justify-content: space-between;}
  .itc-product-list-row .tt-countdown_box_02 {width: 50%}
}
.itc-product-list-row .tt-countdown_box_02 span.countdown-row {display: -webkit-box;display: -ms-flexbox;display: flex !important;}
.itc-product-list-row .tt-countdown_box_02 .tt-countdown_inner {width: 80%;}
.itc-product-list-row .tt-product .countdown-row .countdown-section {background-color: #f7f8fa; border:1.8px solid #f7f8fa; color: #000000; padding:3px 4px 0 4px}
.itc-product-list-row .tt-product .countdown-row .countdown-amount, .tt-product .countdown-row .countdown-period {color: #ffffff !important;}
.itc-product-list-row .tt-product .countdown-row .countdown-amount {font-size: 13px !important; color:red;}
.itc-product-list-row .tt-product .countdown-row .countdown-period {font-size: 11px !important; color:red;}
.itc-product-list-row .tt-product  div:not(.tt-product-single-info) .promotion-true, .itc-product-list-row .tt-layout-vertical .promotion-price-true{color:#999;font-size:16px; text-decoration: line-through;}
.itc-product-list-row .tt-product .promotion-price-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-around;
  margin-right: 1rem!important;
}
.itc-product-list-row .tt-product .promotion-price-wrapper, .tt-layout-vertical .promotion-price-wrapper{
  padding: 6px 10px 4px;
  background: transparent;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 5px;
  border: 1.8px solid forestgreen;
  align-items: center;
  max-width: -webkit-fill-available;
}
.itc-product-list-row .tt-product .promotion-price-text, .itc-product-list-row .tt-layout-vertical .promotion-price-text {
  color: forestgreen;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.itc-product-list-row .tt-product .promotion-price, .itc-product-list-row .tt-layout-vertical .promotion-price {
  color: #f8353e;
  font-size: 18px;
  white-space: nowrap;
}
/************************************************************************************** promotion on product item finish*/
/************************************************************************************** payment method price number start*/
/*product detail*/
.tt-product-single-info-price-group {
  margin-top: -3px;
}
.tt-product-single-info-price-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: -10px -1px 0 0;
}
.tt-product-single-info-price-wrapper{ min-width: 104px; min-height: 50px; margin: 0 6px 6px 0; border-radius: 6px;}
.tt-product-single-info-price-name {font-size: 12px;line-height: 2; padding: 0 4px;text-align: center;}
.tt-product-single-info-price {font-size: 14px;line-height: 2; padding: 0 4px;text-align: center;color: #444;}
.tt-product-single-info-price-1-color  {border: 1px solid rgb(14, 128, 136);}
.tt-product-single-info-price-2-color  {border: 1px solid rgb(130, 179, 102);}
.tt-product-single-info-price-3-color  {border: 1px solid rgb(108, 142, 191);}
.tt-product-single-info-price-4-color  {border: 1px solid rgb(215, 155, 0);}
.tt-product-single-info-price-5-color  {border: 1px solid rgb(214, 182, 86);}
.tt-product-single-info-price-6-color  {border: 1px solid rgb(184, 84, 80);}
.tt-product-single-info-price-7-color  {border: 1px solid rgb(150, 115, 166);}
.tt-product-single-info-price-8-color  {border: 1px solid rgb(180, 101, 4);}
.tt-product-single-info-price-9-color  {border: 1px solid rgb(174, 65, 50);}
.tt-product-single-info-price-10-color {border: 1px solid rgb(16, 115, 158);}
.tt-product-single-info-price-11-color {border: 1px solid rgb(86, 81, 126);}
.tt-product-single-info-price-12-color {border: 1px solid rgb(35, 68, 93);}
.tt-product-single-info-price-list-color {border: 1px solid rgb(35, 68, 93);}
.tt-product-single-info-price-name-1 { border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(176, 227, 230); color: rgb(14, 128, 136) !important;  }
.tt-product-single-info-price-name-2 { border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(213, 232, 212); color: rgb(130, 179, 102) !important; }
.tt-product-single-info-price-name-3 { border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(218, 232, 252); color: rgb(108, 142, 191) !important; }
.tt-product-single-info-price-name-4 { border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(255, 230, 204); color: rgb(215, 155, 0) !important;   }
.tt-product-single-info-price-name-5 { border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(255, 242, 204); color: rgb(214, 182, 86) !important;  }
.tt-product-single-info-price-name-6 { border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(248, 206, 204); color: rgb(184, 84, 80) !important;   }
.tt-product-single-info-price-name-7 { border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(225, 213, 231); color: rgb(150, 115, 166) !important; }
.tt-product-single-info-price-name-8 { border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(250, 215, 172); color: rgb(180, 101, 4) !important;   }
.tt-product-single-info-price-name-9 { border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(250, 217, 213); color: rgb(174, 65, 50) !important;   }
.tt-product-single-info-price-name-10{ border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(177, 221, 240); color: rgb(16, 115, 158) !important;  }
.tt-product-single-info-price-name-11{ border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(208, 206, 226); color: rgb(86, 81, 126) !important;   }
.tt-product-single-info-price-name-12{ border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(186, 200, 211); color: rgb(35, 68, 93) !important;    }
.tt-product-single-info-price-name-list{ border-top-left-radius: 6px; border-top-right-radius: 6px; background-color: rgb(186, 200, 211); color: rgb(35, 68, 93) !important;    }

/*product*/
.tt-layout-vertical .tt-product-info-price-wrapper{position: relative;right: 4%;}
.tt-product-info-price-wrapper {font-size: 13px !important;width: max-content;margin: 0 auto;}
.tt-product-info-price-container{padding: 0.1rem!important;}
.tt-product-info-price-1  { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(14, 128, 136); border-left: none;}
.tt-product-info-price-2  { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(130, 179, 102); border-left: none;}
.tt-product-info-price-3  { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(108, 142, 191); border-left: none;}
.tt-product-info-price-4  { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(215, 155, 0); border-left: none;}
.tt-product-info-price-5  { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(214, 182, 86); border-left: none;}
.tt-product-info-price-6  { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(184, 84, 80); border-left: none;}
.tt-product-info-price-7  { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(150, 115, 166); border-left: none;}
.tt-product-info-price-8  { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(180, 101, 4); border-left: none;}
.tt-product-info-price-9  { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(174, 65, 50); border-left: none;}
.tt-product-info-price-10 { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(16, 115, 158); border-left: none;}
.tt-product-info-price-11 { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(86, 81, 126); border-left: none;}
.tt-product-info-price-12 { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(35, 68, 93); border-left: none;}
.tt-product-info-price-list { white-space: nowrap; color: #444 !important; font-weight: bold; border: 1px solid rgb(35, 68, 93); border-left: none;}
.tt-product-info-price-name-1  { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(176, 227, 230); color: rgb(14, 128, 136) !important;  border: 1px solid rgb(14, 128, 136); border-right: none;}
.tt-product-info-price-name-2  { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(213, 232, 212); color: rgb(130, 179, 102) !important; border: 1px solid rgb(130, 179, 102); border-right: none;}
.tt-product-info-price-name-3  { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(218, 232, 252); color: rgb(108, 142, 191) !important; border: 1px solid rgb(108, 142, 191); border-right: none;}
.tt-product-info-price-name-4  { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(255, 230, 204); color: rgb(215, 155, 0) !important;   border: 1px solid rgb(215, 155, 0); border-right: none;}
.tt-product-info-price-name-5  { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(255, 242, 204); color: rgb(214, 182, 86) !important;  border: 1px solid rgb(214, 182, 86); border-right: none;}
.tt-product-info-price-name-6  { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(248, 206, 204); color: rgb(184, 84, 80) !important;   border: 1px solid rgb(184, 84, 80); border-right: none;}
.tt-product-info-price-name-7  { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(225, 213, 231); color: rgb(150, 115, 166) !important; border: 1px solid rgb(150, 115, 166); border-right: none;}
.tt-product-info-price-name-8  { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(250, 215, 172); color: rgb(180, 101, 4) !important;   border: 1px solid rgb(180, 101, 4); border-right: none;}
.tt-product-info-price-name-9  { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(250, 217, 213); color: rgb(174, 65, 50) !important;   border: 1px solid rgb(174, 65, 50); border-right: none;}
.tt-product-info-price-name-10 { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(177, 221, 240); color: rgb(16, 115, 158) !important;  border: 1px solid rgb(16, 115, 158); border-right: none;}
.tt-product-info-price-name-11 { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(208, 206, 226); color: rgb(86, 81, 126) !important;   border: 1px solid rgb(86, 81, 126); border-right: none;}
.tt-product-info-price-name-12 { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(186, 200, 211); color: rgb(35, 68, 93) !important;    border: 1px solid rgb(35, 68, 93); border-right: none;}
.tt-product-info-price-name-list { white-space: nowrap; font-weight: bold; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-color: rgb(186, 200, 211); color: rgb(35, 68, 93) !important;    border: 1px solid rgb(35, 68, 93); border-right: none;}
/************************************************************************************** payment method price number finish*/
/************************************************************************************** documents download link start*/
.product-documents{
  background: #f7f8fa;
  color: #444;
  display: flex;
  font-size: 14px;
  padding: 5px 3% 5px 3%;
  -webkit-transition: color .2s linear,background-color .2s linear;
  transition: color .2s linear,background-color .2s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 6px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product-documents:hover {
  background: #222;
  color: #fff;
}
.product-document-name{
  font-weight: bold;
  font-size: 15px;
  width: 75%;
  text-align: start;
}
.product-document-download{
  font-weight: bold;
  font-size: 15px;
  width: 12%;
  text-align: end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.product-document-download-extension{
  font-weight: 500;
  font-size: 13px;
}
.product-document-download-icon{
  font-weight: bold;
  font-size: 15px;
}
/************************************************************************************** documents download link finish*/
/************************************************************************************** payment method price number promotion style start*/
.tt-layout-vertical .tt-product-info-price-container-else .promotion-true, .tt-product div:not(.tt-product-single-info) .tt-product-info-price-container-else .promotion-true{
  text-decoration: none !important;
  color: #444!important;
  font-weight: 700 !important;
  font-size: 13px !important;
}
/************************************************************************************** payment method price number promotion style finish*/
/************************************************************************************** countdown mini start*/
.countdown-mini.tt-countdown_box{ width: auto;}
.countdown-mini .carousel-inner { min-height: 32px }
.countdown-mini .carousel-indicators { bottom: 0; top: -13px; z-index: 7!important }
.countdown-mini .carousel-indicators li { height: 2.4px; }
.countdown-mini .carousel-item { font-size: 20px; line-height: 1.2; }
.countdown-mini .carousel-item i { font-size: 20px; margin-right: 10px; }
.countdown-mini .tt-countdown_inner { width: 150px; padding: 0; }
.countdown-mini .countdown-row .countdown-section { background: 0 0; color: #000; padding: 0 0 0!important; }
.countdown-mini .countdown-row .countdown-amount { font-size: 16px!important; background: #303030; color: #fff; border-radius: 6px; padding: 4px 0 0; }
.countdown-mini .countdown-row .countdown-period { font-size: 10px!important; color: #000; }
.countdown-mini .carousel-control-next,.countdown-mini .carousel-control-prev { position: absolute; top: 0; }
.countdown-mini .carousel-control-prev-icon { height: 18px;}
.countdown-mini .carousel-control-next-icon { height: 18px;}
.countdown-mini .tt-countdown_inner label { display: inline-block; }

/*** countdown-mini-row start*/
.countdown-mini.countdown-mini-row  .tt-countdown_inner { width: 150px; padding: 0; background: black; border-radius: 6px; }
.countdown-mini.countdown-mini-row .countdown-row .countdown-section { background: 0 0; color: #000; padding: 0 0 0 !important; display: flex; justify-content: space-evenly; align-items: stretch; }
.countdown-mini.countdown-mini-row .countdown-row .countdown-period { font-size: 10px !important; color: white; }
/*** countdown-mini-row finish*/

@media (max-width: 576px) {
  .countdown-mini .carousel-indicators { bottom:0; top: -13px; }
  .countdown-mini .carousel-indicators li { height: 5px; }
  .countdown-mini .carousel-inner { min-height: 30px!important; }
  .countdown-mini .tt-countdown_inner label { display: flex; flex-wrap: wrap; flex-direction: column-reverse; }
  .countdown-mini .carousel-item { font-size: 14px; line-height: 1.2; }
}

@media (max-width: 1024px) and (min-width:576px) {
  .countdown-mini{ width: 100%; }
  .countdown-mini .carousel-inner { min-height:30px!important; }
  .countdown-mini .tt-countdown_inner label { display: flex; flex-wrap: wrap; flex-direction: column-reverse; }
  .countdown-mini .carousel-item { font-size: 20px; line-height: 1.2; }
  .text-slider-carousel .carousel-indicators li { height: 5px; }
}

@media (min-width: 1025px) {
  .countdown-mini .tt-countdown_inner label { display:flex!important; justify-content: center!important; }
}
/************************************************************************************** countdown mini finish*/

.proceed-to-checkout-block{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f7f8fa;
  border-top: 2px solid #f7f8fa;
  padding: 10px;
  display: none;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  z-index: 999;
}
.proceed-to-checkout-block .itc-cart-grandtotal {
  font-size: 18px;
}

sub, sup {
  position: relative;
  font-size: 15px;
  line-height: 0;
  vertical-align: middle;
  color: red;
}