@font-face {

font-family: MyriadPro-Regular;

src: url(fonts/MyriadPro-Regular.ttf ) format("truetype");

}
.login-page .col-md-4 {
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 12px 0 #d8d8d8;
    padding: 30px;
}
     .input-height {
    margin-bottom: 10px;
}
.confirmation h4 {
    text-align:center;
    margin-top:30px;
}
.confirmation .form-group {
    overflow: hidden;
    clear: both;
    margin-bottom: 8px;
}
.confirmation input[type=submit] {
    display: block;
    margin: 0 auto;
    background: #392f84;
    color: #fff;
    border: #000;
    font-size: 16px;
    font-family: system-ui;
    width: 23%;
    padding: 9px 0;
    text-transform: uppercase;
}
.confirmation label {
    text-transform: uppercase;
    /* font-size: 13px; */
    font-weight: 600;
    font-family: system-ui;
    font-size: 14px;
    margin-bottom: 10px;
}
.confirmation form {
    border: 1px solid #eaeaea !important;
    padding: 20px;
    margin: 28px auto 40px auto !important;
    width: 45% !important;
}
a{text-decoration: none; color: #392f84;}
input[type="search"] {
  -webkit-appearance: none !important;
  background-clip: padding-box;
  background-color: white;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 1px solid #e0e0e5;
  font-size: 1rem;
  width: 100%;
  line-height: 2;
  padding: 0.375rem 1.25rem;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

input[type="search"]:focus {
  transition: all 0.5s;
  box-shadow: 0 0 40px #e0e0e5;
  border-color: #e0e0e5;
  outline: none;
}

form.search-form {
  display: flex;
  justify-content: center;
  position: absolute;
    width: 90%;
    z-index: 99;
}
.results {
    background: #fff;
    box-shadow: 0 0 5px 0 #b5b5b5;
}

#show a li {
    list-style-type: none;
    line-height: 40px;
    color: #9e9e9e;
}
label {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  margin-bottom: 0;
}

input.search-field {
  margin-bottom: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input.search-submit {
  height: 40px;
  margin: 0;
  padding: 0rem 1.3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dcdfe2;
}
.cart{color: #392f85;} 
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.button {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #ffffff;
  color: #392f85;
  border: 1px solid #dedada;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.button:hover,
.button:active,
.button:focus {
  cursor: pointer;
  background: #392f84;
  color: #ffffff;
  outline: 0;
}
.all_txt{font-family: 'Open Sans'; text-align: center; margin-top: 20px; color: #333;}
/*.txt{font-family: 'Open Sans';}*/

.header_social_media {
    display: inline-flex;
}
.main_con {
    position: relative;
    max-width: 1170px;
    /* padding: 0px 20px; */
    margin: 0 auto;
}
.top_head{background-color: #392f84; color: #ffffff; height: 30px;}
.top_social{border-right: 1px solid #fff; color: #fff; padding: 7px;}
.header_ph {
    border-left: 1px solid #ffffff;
   /* padding: 12px;*/
    float: right;
    height: 75%;
}
div#slider-home .carousel-item::before {
    background: #0000005c;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
#slider-home h3 {
    text-transform: capitalize;
    font-size: 50px;
}

#slider-home p {
    font-size: 23px;
}

#slider-home .btn {
    background: #f82249;
    color: #fff;
    padding: 12px 30px !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#slider-home .btn:hover{    
    background: #ffffff;
    color: #f82249;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 24px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
/*.navbar{
  padding: 26px;
}*/
.navbar-brand img{
  height: 28px;
  width: auto;
  display: block;
  filter: brightness(10%);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  /*float: right;
  border: none;
  padding-right: 0;*/
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #393083;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #393083 !important;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
 /* padding: 5px 0 !important;*/
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #393083;
  opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
    font-family: 'Open Sans';
   /* font-style: oblique;*/
    font-weight: bold;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
  background-color: #392f85;
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
  width: 100%;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #ffffff;
  border-radius: 2px;
  transition: all 200ms linear;
  font-size: 16px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}



/* #Media
================================================== */

@media (max-width: 767px) { 
  .nav-item:after{
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}

.created {background-color: #f7f8f9; padding-top: 1px; padding-bottom: 50px;}
.passion{background-color: #fff; margin-top: 30px;}
.pride{color: #865d4c; padding-top: 30px;}
.all_small{color: #454545; text-align: center; font-family: 'Open Sans', sans-serif;}
.all_head{color: #392f85; text-align: center;}
.canada_txt{
  font-style: Georgia;
  color: #fff; 
  font-size:50px;
}
.hero-image{
    position: relative;
    background-image: url('../images/offerbanner.jpg');
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;margin-bottom:40px;
    height: 400px;
    margin-top: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-text {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: white;

  @media (max-width:640px) {
    height:50%;
  }
}
.text{
  font-size: 14px;
  text-align: justify;
}



/*.carousel-control-prev {
    left:  -39px;
    opacity: 1;
    background-color:#333;
}

 .carousel-control-next {
    right: -45px;opacity: 1;
     background-color:#333;
    }*/
.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 12px 35px;
  color: #171616;
  background-color: #f7f1f1;
  text-align: center;
  cursor: pointer;
  /*border: 5px solid black;*/
  margin-left: -1px;
  margin-top: 5%;
  font-size: 8pt;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: Geogia;
  font-syle: italic;
}

.hero-text button:hover {
  background-color: transparent;
  color: white;
  /*border: 5px solid black;*/
  text-shadow: 2px 2px #000;
}
.hero-text button1{
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px 25px;
  color: #100f0f;
  /*background-color: #000;*/
  text-align: center;
  cursor: pointer;
  border: 3px solid #fe7100;
  margin-left: 10px;
  margin-top: 5%;
  font-size: 8pt;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: Geogia;
  font-syle: italic;
}

.hero-text button1:hover {
  background-color: transparent;
  color: white;/*
 */ border: 5px solid black;
  text-shadow: 2px 2px #000;
}
/*start of popup*/


/*.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}*/



/*********sign in code start***********/

.modal-login {    
    color: #636363;
    width: 350px;
  }
  .modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
  }
  .modal-login .modal-header {
    border-bottom: none;   
        position: relative;
        justify-content: center;
  }
  .modal-login h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
  }
  .modal-login .form-control:focus {
    border-color: #70c5c0;
  }
  .modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px; 
  }
  .modal-login .close {
        position: absolute;
    top: -5px;
    right: -5px;
  } 
  .modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
        justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
  }
  .modal-login .modal-footer a {
    color: #4a4545;
  }   
  .modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #372e7f;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .modal-login .avatar img {
    width: 100%;
  }
  .modal-login.modal-dialog {
    margin-top: 80px;
  }
    .modal-login .btn {
        color: #fff;
        border-radius: 4px;
    background: #372e7f;
    text-decoration: none;
    transition: all 0.4s;
        line-height: normal;
        border: none;
    }
  .modal-login .btn:hover, .modal-login .btn:focus {
    background: #372e7f;
    outline: none;
  }
  .trigger-btn {
    display: inline-block;
    color:#928282;
  }
/********sign in code end***************/

/************Sign up start*************/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    outline: 0;
}
    .close-box{
      height: 50px;
      width: 50px;
      background: #f00;
      color: #f2f3f5;
      margin: 0 auto;
      position: absolute;
      top: -4%;
      right: -2%;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    .btn-info{
      transition: all 500ms;
      background: #007bff;
      color: #fff;
      &:hover{
        background: transparent;
        border-color: #007bff;
        color: #007bff;
     
    }
    .social-login{
      a{
        transition: all 500ms;
        display: inline-block;
        height: 40px;
        width: 40px;
        margin: 0 auto;
        background: #007bff;
        color: #fff;
        border-radius: 50%;
        margin: 0 auto;
        padding-top: 7px;
        border: 1px solid transparent;
        &.google{
          background: #db4437;
          &:hover{
            border-color: #db4437;
            color: #db4437;
            background: transparent;
          }
        }
        &.facebook{
          background: #4267b2;
          &:hover{
            border-color: #4267b2;
            color: #4267b2;
            background: transparent;
          }
        }
        &.twitter{
          background: #1da1f2;
          &:hover{
            border-color: #1da1f2;
            color: #1da1f2;
            background: transparent;
          }
        }
        &.github{
          background: #24292e;
          &:hover{
            border-color: #24292e;
            color: #24292e;
            background: transparent;
          }
        }
      }
    }
  }
}

/************Sign up end*************/
footer {
  background: #16222A;
  background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
  background: linear-gradient(59deg, #514f56, #47474a)!important;
  color: white;
  margin-top:100px;
}

footer a {
  color: #fff;
  font-size: 16px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #392f84;
  text-decoration: none;
}

.copy {
  font-size: 16px;
  padding: 10px;
 /* border-top: 1px solid #FFFFFF;*/
}

.footer-middle {
  padding-top: 2em;
  color: white;
}

.footer-pad1{padding-left: 50px;}
/*SOCİAL İCONS*/

/* footer social icons */ 

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

/*.footer_background {
    background-color: #172337;
    border-top: 1px solid #e2e1e1;
    padding-top: 0;
    padding-left: 30px;
}
.footer_body {
    width: 25%;
    float: left;
}
.copy_write_body {
    text-align: left;
    color: #CCC;
    float: left;
}
*/
/*footer{
  background-color: #4e4e4e;
  padding: 20px;
  margin-top: 50px;
} 
.ftr_a{
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}   
.ftr_a:hover{
    color: #fff;
    text-decoration: none;
} */  


.zoomWrapper {
 /* border:1px dashed #B7B8BD;
  max-width: 190px;*/
  overflow: hidden;
  margin: 0 auto 20px auto;
  /* -- Prevent flicker -- */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.zoomWrapper img {
 /* max-width: 100%;*/
 margin: auto;
  height: auto;
  display: block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.zoomWrapper img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.10);
}

@keyframes flash {
  0%   { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.flasher{
  animation: flash 300ms infinite;
}
/****************shopingcart  start***************/
@media(max-width:991px) {
    #heading {
        padding-left: 50px
    }

    #prc {
        margin-left: 70px;
        padding-left: 110px
    }

    #quantity {
        padding-left: 48px
    }

    #produc {
        padding-left: 40px
    }

    #total {
        padding-left: 54px
    }
}

@media(max-width:767px) {
    .mobile {
        font-size: 10px
    }

   

    #mobile-font {
        font-size: 11px
    }

    #prc {
        font-weight: 700;
        margin-left: -45px;
        padding-left: 105px
    }

    #quantity {
        font-weight: 700;
        padding-left: 6px
    }

    #produc {
        font-weight: 700;
        padding-left: 0px
    }

    #total {
        font-weight: 700;
        padding-left: 9px
    }

    #image {
        width: 60px;
        height: 60px
    }

    .col {
        width: 100%
    }

    #zero-pad {
    padding: 5%;
    margin-left: 2px;
}

    #footer-font {
        font-size: 12px
    }

    #heading {
        padding-top: 15px
    }
}
.title {
    margin-bottom: 5vh
}

.card {
    margin: auto;
    /*max-width: 950px;*/
    width: 100%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent
}

@media(max-width:767px) {
    .card {
        margin: 3vh auto
    }
}

.cart {
    background-color: #fff;
    padding: 4vh 1vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem
}

@media(max-width:767px) {
    .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem
    }
}

.summary {
    background-color: #ddd;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 4vh;
    color: rgb(65, 65, 65)
}

@media(max-width:767px) {
    .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem
    }
}

/*.summary .col-2 {
    padding: 0
}

.summary .col-10 {
    padding: 0
}

.row {
    margin: 0
}*/

.title b {
    font-size: 1.5rem
}

.main {
    margin: 0;
    padding: 2vh 0;
    width: 100%
}

.col-2,
.col {
    padding: 0 1vh
}

/*a {
    padding: 0 1vh
}

.close {
    margin-left: auto;
    font-size: 0.7rem
}*/

/*img {
    width: 3.5rem
}
*/
.back-to-shop {
    margin-top: 4.5rem
}


form {
    padding: 2vh 0
}

select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 0.75vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 70%;
    background-color: rgb(247, 247, 247)
}

input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 0;
    outline: none;
    /*width: 75%;*/
    background-color: rgb(247, 247, 247)
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

.btn {
    background-color: #392f84;
    border-color: #392f84;
    color: white;
    width:100%;
    font-size: 16px;
    margin-top: 0;
    padding: 1vh;
    border-radius: 0
}

.btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none
}

.btn:hover {
    color: white
}

/*a {
    color: black
}*/

a:hover {
    color: #938d8d;
    text-decoration: none
}



#code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}


.card-body {
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 0.4rem
 }

 .img-sm {
     width: 80px;
     height: 80px
 }

 .itemside .info {
     padding-left: 15px;
     padding-right: 7px
 }

 .table-shopping-cart .price-wrap {
     line-height: 1.2
 }

 .table-shopping-cart .price {
     font-weight: bold;
     margin-right: 5px;
     display: block
 }

 .text-muted {
     color: #969696 !important
 }

 a {
     text-decoration: none !important
     color: #938d8d;
 }

 .card {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, .125);
     border-radius: 0px
 }

 .itemside {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%
 }

 .dlist-align {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex
 }

 [class*="dlist-"] {
     margin-bottom: 5px
 }

 .coupon {
     border-radius: 1px
 }

 .price {
     font-weight: 600;
     color: #212529
 }

 .btn.btn-out {
     outline: 1px solid #fff;
     outline-offset: -5px
 }

 .btn-main {
     border-radius: 2px;
     text-transform: capitalize;
     font-size: 15px;
     padding: 10px 19px;
     cursor: pointer;
     color: #fff;
     width: 100%
 }

 .btn-light {
     color: #ffffff;
     background-color: #F44336;
     border-color: #f8f9fa;
     font-size: 12px
 }

 .btn-light:hover {
     color: #ffffff;
     background-color: #F44336;
     border-color: #F44336
 }

 .btn-apply {
     font-size: 11px
 }


 /*************signin & Sign Up start**************/
 .left_body {
    border: 1px solid #e5e5e5;
    padding: 5px 15px 10px 15px;
}

 .product_details {
    padding-top: 31px;
}
.product_details {
    border: 1px solid #dcdcdc;
    padding: 0 20px 20px 20px;
}
.product_list {
    text-align: center;
    height: 45%;
    margin-bottom: 30px;
    float: left;
}
.product_list i {
    float: right;
    font-size: 18px;
    color: #364753;
    margin-top: 10;
    position: relative;
    top: 31px;
}
.product_list h4 {
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    margin-top: 10px;
    font-family: 'Open Sans';
}
.product_list p {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ea5f0b;
}
      .dropdown {
  a {
    text-decoration: none;
  }

  [data-toggle="dropdown"] {
    position: relative;
    display: block;
    color: white;
    background: $blue;
    @include double-shadow($blue);
    @include hover-style($blue);
    @include text-shadow(0 -1px 0 rgba(0,0,0,0.3));
    padding: 10px;

  }
  .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: #fff;
    top: 14px;
    right: 10px;

    &.open {
      @include transform(rotate(-180deg));
      @include transition(transform .6s);
    }
    &.close {
      @include transform(rotate(0deg));
      @include transition(transform .6s);
    }

    &:before {
      content: '\25BC';
    }
  }

  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    @include ul-nostyle;

    li {
      padding: 0;

      a {
        display: block;
        color: darken($gray, 50%);
        background: $gray;
        @include double-shadow($gray);
        @include hover-style($gray);
        @include text-shadow(0 -1px 0 rgba(255,255,255,0.3));
        padding: 10px 10px;
      }
    }
  }

  .show, .hide {
    @include transform-origin(50%, 0%);
  }

  .show {
    display: block;
    max-height: 9999px;
    @include transform(scaleY(1));
    @include animation(showAnimation .5s ease-in-out);
    @include transition(max-height 1s ease-in-out);
  }

  .hide {
    max-height: 0;
    @include transform(scaleY(0));
    @include animation(hideAnimation .4s ease-out);
    @include transition(max-height .6s ease-out);
  }
}

@include keyframes(showAnimation) {
  0% {
    @include transform(scaleY(0.1));
  }
  40% {
    @include transform(scaleY(1.04));
  }
  60% {
    @include transform(scaleY(0.98));
  }
  80% {
    @include transform(scaleY(1.04));
  }
  100% {
    @include transform(scaleY(0.98));
  }       
  80% {
    @include transform(scaleY(1.02));
  }
  100% {
    @include transform(scaleY(1));
  }
}

@include keyframes(hideAnimation) {
  0% {
    @include transform(scaleY(1));
  }
  60% {
    @include transform(scaleY(0.98));
  }
  80% {
    @include transform(scaleY(1.02));
  }
  100% {
    @include transform(scaleY(0));
  }
}

.pd-wrap {
 /* padding: 40px 0;*/
  font-family: 'Poppins', sans-serif;
 /* text-align: justify;*/
}
.heading-section {
  text-align: center;
  margin-bottom: 20px;
}
.sub-heading {
  font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
  margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}
.owl-nav button svg {
  width: 25px;
  height: 25px;
}
.owl-nav button.owl-prev {
  left: 25px;
}
.owl-nav button.owl-next {
  right: 25px;
}
.owl-nav button span {
  font-size: 45px;
}
.product-thumb .item img {
  height: 100px;
}
.product-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}
.product-price-discount {
  font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
  text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.product-info {
  width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
  vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
  margin-bottom: 0;
  line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  text-align: justify;
}
.product-dtl .form-control {
  font-size: 15px;
}
.product-dtl label {
  line-height: 16px;
  font-size: 17px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.num_crt{margin-left: 0px; color: #ef0f0f; padding: 3px; font-weight: 600;}
.product-count {
  margin-top: 15px; 
}
.product-count .qtyminus,
.product-count .qtyplus {
  width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}

element.style {
    width: 45%;
    margin-top: 20px;
    height: 37px;
}


.product-count .qtyminus {
  border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
  border-radius: 0 3px 3px 0; 
}
.product-count .qty {
  width: 60px;
  text-align: center;
}
.round-black-btn {
  border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 4px 28px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529; 
    transition: all 0.5s ease-in-out 0s;
}
.round-pulple-btn {
  border-radius: 4px;
    background: #392f85;
    color: #fff;
    padding: 4px 20px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #392f85; 
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
  background: transparent;
  color: #212529;
  text-decoration: none;
}

.product-info-tabs {
  margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
  border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
  border: none; 
  border-bottom: 2px solid transparent;
  color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
  border: none; 
  border-bottom: 2px solid #d8d8d8;
  font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
  padding: 30px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
}
.review-form .form-group {
  clear: both;
}
.mb-20 {
  margin-bottom: 20px;
}

.review-form .rate {
  float: none;
  display: inline-block;
}
.review-heading {
  font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
  font-size: 14px;
}
.review-form input.form-control {
  height: 40px;
}
.review-form textarea.form-control {
  resize: none;
}
.review-form .round-black-btn {
  text-transform: uppercase;
  cursor: pointer;
}
.similar_pro{color: #392f85; padding: 25px 0px 15px 25px; font-family: 'Open Sans';}

/**********Details page**********/
.carousel-control-prev-icon {
   
}
.add{padding: 0!important; width: 27%; float: left; margin-left: 18px;}
.add1{float: right;}
.size_div a{color: #000;}
.accordion{margin-top: 50px;}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f107";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f106"; 
}
.fst-filter{margin-bottom: 32px;}

.col-md-3{
  display: inline-block;
  margin-left:-4px;
}
.col-md-3 img{
 /* width:100%;*/
  /*height:auto;*/
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 200px;
}
/*body .carousel-indicators li{
  background-color:#7c7b82;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon{
 
}
body .no-padding{
  padding-left: 0;
  padding-right: 0;
}*/
.box-product-outer {
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 12px;
}
.box-product-outer:hover {
    outline: 1px solid #aaa;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.tab-content .box-product-outer { margin-bottom: 0 }
.box-product-slider-outer { padding: 10px }
.box-product .img-wrapper {
    position: relative;
    overflow: hidden
}
.box-product .img-wrapper > :first-child {
    position: relative;
    display: block
}
.box-product .img-wrapper > a > img { width: 100% }
.box-product .img-wrapper .tags {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: inherit;
    border-width: 0;
    background-color: transparent;
    direction: rtl
}
.box-product .img-wrapper .tags-left {
    left: 0;
  direction: ltr
}
.box-product .img-wrapper .tags > .label-tags {
    display: table;
    margin: 1px 0 0 0;
    text-align: left;
    opacity: .92;
    filter: alpha(opacity=92);
    direction: ltr
}
.box-product .img-wrapper .tags > .label-tags:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.box-product .img-wrapper .tags > .label-tags a:hover { text-decoration: none }
.box-product .img-wrapper > .option {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    width: auto;
    height: 28px;
    -webkit-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .55)
}
.box-product .img-wrapper .option > a {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    padding: 0 4px;
    color: #fff
}
.box-product .img-wrapper:hover > .option {
    top: auto;
    bottom: 0
}
.box-product h6 a { line-height: 1.4 }
.price {
    margin-bottom: 1px;
    color: #3245ca;
}
.price .price-down {
    margin-left: 5px;
    padding: 2px 5px;
    color: #040404;
    background: #fff101
}
.price-old {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    color: #666
}
.price-old:before {
    position: absolute;
    width: 100%;
    height: 60%;
    content: '';
    border-bottom: 1px solid #666
}
.rating i { color: #fc0 }
.product-sorting-bar { border: 1px solid #e5e5e5 }
.price_p{
    margin-top: 0;
    margin-bottom: 0rem;
}
.pro{color: #4e4c4c;}
.border{border: 2px solid #392f84 !important; width: 5%; margin: 0px auto; margin-top: 20px;}
.detail{font-family: system-ui;}
.box2{}
.box3{}



#author a{
  color: #fff;
  text-decoration: none;
    
}
.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}


.countryspan-through {
    /* float: left; */
    position: relative;
    top: 15px;
    left: 16px;
    text-decoration: line-through;
}
.box1{width: 100%; }
.box1 h3 {
        font-size: 20px;

}
.box2 h3 {
        font-size: 20px;

}
.box3 h3 {
        font-size: 20px;

}
.btn-danger {
    width: 40%;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-info{
  width: 40%;
  color: #fff;
  background-color: #392f84;
  border-color: #392f84;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-success {
    color: #fff;
    background-color: #392f84;
    border-color: #392f84;
  }
  .btn-success:hover {
    color: #fff;
    background-color: #1371c1;
    border-color: #1371c1;
  }
  .btn-warning {
    width: 40%;
    color: #fff;
    background-color: #392f84;
    border-color: #392f84;
}
.btn-warning:hover {
    color: #fff;
    background-color: #84827d;
    border-color: #84827d;
}
.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  table#cart tbody td .form-control {
    width: 20%;
    display: inline !important;
  }
  .actions .btn {
    width: 30%;
    margin: 1.5em 0;
  }
  .actions .btn-info {
    float: left;
  }
  .actions .btn-danger {
    float: right;
  }
  table#cart thead {
    display: none;
  }
  table#cart tbody td {
    display: block;
    padding: .6rem;
    min-width: 320px;
  }
  table#cart tbody tr td:first-child {
    /*background: #333;*/
    color: #000;
  }
  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
  }
  table#cart tfoot td {
    display: block;
  }
  table#cart tfoot td .btn {
    display: block;
  }
  .btn-warning {
    width: 50%;
    color: #fff;
    background-color: #392f84;
    border-color: #392f84;
    margin: 0 auto;
}
.product_center{}
$quantity-btn-color: #95d7fc;
.product {
  width: 30%;
  margin: 30px;
}
/*.form-group {
  width: 30%;
  margin: 30px;
  .glyphicon {
    color: $quantity-btn-color;
  }*/
}


  .nav-pills-custom .nav-link {
    color: #aaa;
    background: #e2e2f5;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border: 1px solid #b9b6b6;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;

    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.hello{background-color: #392f84;
    color: #fff;
    padding: 8px 10px 5px 15px;
    margin-bottom: 20px;
}
.info p {
  text-align:center;
  color: #999;
  text-transform:none;
  font-weight:600;
  font-size:15px;
  margin-top:2px
}

.info i {
  color:#F6AA93;
}
/*form h1 {
  font-size: 18px;
  background: #F6AA93 none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding: 22px 25px;
  border-radius: 5px 5px 0px 0px;
  margin: auto;
  text-shadow: none; 
  text-align:left
}

form {
  border-radius: 5px;
  max-width:700px;
  width:100%;
  margin: 5% auto;
  background-color: #FFFFFF;
  overflow: hidden;
}*/

p span {
  color: #F00;
}

p {
  margin: 0px;
 /* font-weight: 500;*/
  line-height: 2;
  /*color:#333;*/
}


/*input {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  height: 40px;
  float: left;
  padding: 0px 15px;
}*/

a {
  text-decoration:inherit
}

/*textarea {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #EEE;
  margin: 0;
  width: 75%;
  height: 130px; 
  float: left;
  padding: 0px 15px;
}*/

.form-group {
  overflow: hidden;
  clear: both;
}

.icon-case {
  width: 35px;
  float: left;
  border-radius: 5px 0px 0px 5px;
  background:#e6e5f5;
  height:42px;
  position: relative;
  text-align: center;
  line-height:40px;
}

/*i {
  color:#555;
}*/

/*.contentform {
  padding: 40px 30px;
}*/

.bouton-contact{
  background-color: #392f84;
  color: #FFF;
  text-align: center;
  width: 25%;
  border:0;
  padding: 8px 15px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  margin-top: 2px;
  font-size: 16px;
}

.leftcontact {
  width:75.5%; 
  float:left;
  box-sizing: border-box;
  padding: 0px 15px 0px 0px;
}

.validation {
  display:none;
  margin: 0 0 10px;
  font-weight:400;
  font-size:13px;
  color: #DE5959;
}
.send{background-color: #392f84;
    color: #fff;
    border: none;
    padding: 8px 8px 6px 9px;}
#sendmessage {
  border:1px solid #fff;
  display:none;
  text-align:center;
  margin:10px 0;
  font-weight:600;
  margin-bottom:30px;
  background-color: #EBF6E0;
  color: #5F9025;
  border: 1px solid #B3DC82;
  padding: 13px 40px 13px 18px;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

#sendmessage.show,.show  {
  display:block;
}
.manage_add{border: 1px solid #d2d2d2;
padding: 20px 5px 20px 30px;}
.home_tag{border: none;
    padding: 6px 10px 6px 10px;
    color: #777575;
}
.plus_add{
  border: 1px solid #0000ff;
    padding: 10px 10px 10px 15px;
    color: #0000ff;
    margin-bottom: 20px;}
body {
    min-height: 100vh;
   /* background: linear-gradient(to left, #dce35b, #45b649);*/
}
.amazon_img{width: 50%; margin-top: 20px;}
.minus_plus{width: 140%;}
.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}
.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}
.product_img{width: 189px; height: 201px; margin-top: 60px;}

/******Forget password********/
.login-page .btn {
    color: #fff;
    border-radius: 4px;
    background: #372e7f;
    text-decoration: none;
    transition: all 0.4s;
    line-height: 35px;
    border: none;
}

.forgot {
    float: none;
    text-align: right;
    /* position: relative; */
    display: block;
}
.login-page {
  padding: 5% 0 0;
  margin: auto;
}
.modal-title {
    font-size: 23px;
    text-align: center;
    margin-bottom: 0;
    color: #505050;
}
.form1 {
  position: relative;
 /* right: 180px;*/
  z-index: 1;
  background: #FFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form1 input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form1 button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #3c138c;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form1 button:hover,
.form1 button:active,
.form1 button:focus {
  background: #3c138c;
}

.form1 .message {
  margin: 35px 0 0;
  color: #000000;
  font-size: 14px;
}

.form1 .message a {
  margin: 35px 0 0;
  color: #00fff;
  font-size: 14px text-decoration: none;
}

.form1 .register-form {
  display: none;
}

.carouseller .car__3 {
    width: 2.3136923076923077%;
    position: relative;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 280px;
    margin-top: 18px;
}
.carouseller .carouseller__left {
    top: 30%;
    color: #000;
    opacity: 1;
    left: 0% !important;
    z-index: 999 !important;
}
.carouseller .carouseller__right {
    right: -135px;
    top: 30%;
    color: #000;
    opacity: 1;
    left: 98% !important;
}
.add_cart{width: 100px; height: 80px;}

.icon-minus-squared, .icon-plus-squared {
    width: 30px;
    display: inline-block;
    border-radius: 6px;
    background-color: #392f84;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font: bold 18px/30px "arial";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.icon-minus-squared, .icon-plus-squared {
    width: 30px;
    display: inline-block;
    border-radius: 6px;
    background-color: #392f84;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font: bold 18px/30px "arial";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.qty-field{ position: relative;
    top: -1px;
    vertical-align: middle;
    outline: 0;
    height: 32px;
    width: 3em;
    text-align: center;
    border: 2px solid #e1e1e1;
    margin: 0;
    -moz-appearance: textfield;}
.details{/*font-weight: 700;
    color: #d20b0b !important*/; font-size: 16px !important;}
  .payment_img{width: 125%;}
  .details1{float: right;}
.rating {
    font-size: 22px;
    font-weight: 400;
    /* padding: 10px 0; */
    clear: both;
}

.section-coachs {
    padding: 100px 0;
}

.section-coachs .title-section {
    padding-bottom: 60px;
}


.section-coachs .title-section h4 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    color: #4d83fc;
}

.cust_review{margin-top: 28px; width: 100%;}
.cust_tag{padding: 2px 7px;
    border-radius: 12px;
    font-size: 12px;
    background-color: #26a541;
    vertical-align: baseline;
    margin: 0 10px 0 0;
    color: #fff;
}
.cust_p{color: #948f8f; font-size: 14px;}
.description_box{padding: 50px; margin-top: 20px; margin-bottom: 20px;}


.rating {
    float:left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

/* end of Lea's code */

/*
 * Clearfix from html5 boilerplate
 */
 .rate_txt{font-weight: 600; color: #483e22;}
 .highlight_box{border:1px solid #d0d0d0; box-shadow: 0px 0px 5px; padding-left: 20px;}
 :root {
  --white: #f8f5f2;
    --teal: #ffffff;
    --magenta: #bbbbbb;
    --purple: #54086B;
    --gradient: linear-gradient(to top left, var(--purple), var(--magenta));
}
.special {
  display: block;
  background-color: var(--white);
  border-radius: 5px;
  height: 40vh;
  overflow-y: auto;
  /*margin: 0 1rem;
  padding: 2rem;
  border: 3px solid #121212;*/
}

.special::-webkit-scrollbar {
    width:12px;
} 
 
.special::-webkit-scrollbar-track {
  border-radius: 1.5px;
  background-color: var(--teal);
  -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}

.special::-webkit-scrollbar-thumb  {
  height: 50px;
  border-radius: 10px;
  background-color: var(--magenta);
  -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}


/* hiding the scrollbar for the first <section> */
#hidden::-webkit-scrollbar {
  display: none;
}

#inactive {
  overflow: hidden;
}

#inactive:focus {
  overflow-y: auto;
}

@media screen and (max-width: 768px) {

  section {
    margin: 1rem auto;
  }
}

em {
  display: block;
}

@media screen and (min-width: 769px) {
  em {
    display:none;
  }
}
#small {
    margin:15px 0;
}
#small li {
    display:inline-block;
}
.product-dtl{
    padding-left: 10px !important;
}
