.discountcodefield {
    text-align: right;
}
.discountcodefield button {
    height: 32px;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0px 10px;
    border-radius: 5px;
    background: #1e1b1b;
    border: 0px solid #1e1b1b;
}
.discountcodefield button img {
    max-width: 20px;
}
.discountcodefield button:focus {
    outline: 0;
    box-shadow: none;
}
.discountcodefield input {
    width: 20%;
    height: 30px;
    border: 1px solid #1e1b1b;
    border-radius: 5px;
    padding: 14px 15px;
}
.discountcodefield input:focus {
    border: 1px solid #e0b426;
    outline: 0;
    box-shadow: none;
}
div#site-control.fixed-top {
    position: fixed;
}
#site-control.fixed {
    position: absolute;
}
.product_title_2 .caption.upper .title {
    padding: 8px 0 0;
    font-size: 12px;
    line-height: 18px;
}
/*.scrolled-down div#site-control.fixed-top {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.scrolled-down div#site-control.fixed-top .logo.logo--has-alt-logo>img {
    opacity: 1;
}
.scrolled-down div#site-control.fixed-top .logo .alt-logo {
    opacity: 0;
}
.scrolled-down div#site-control.fixed-top .site-control__inner a {
    color: #000;
}
.scrolled-down div#site-control.fixed-top .site-control__inner a .icon-menu__bar {
    background: #000;
}
.scrolled-down div#site-control.fixed-top .site-control__inner a svg {
    fill: #000;
}*/
.product-detail .product_colors {
    margin-left: 0px;
    clear: both;
}
.product-detail .product_colors a {
    display: inline-block;
    text-decoration: none;
/*    max-width: 36px;
    height: 36px;*/
    margin-right: 3px !important;
    margin-bottom: 7px !important;
    padding: 0px !important;
    border: 1px solid #ccc;
}
.product-detail .product_colors a img {
    width: 65px;
/*  height: 34px;*/
}
.product-detail .product_colors .item {
    text-align: center;
}
.product-detail .product_colors .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -16px;
    margin: 0px;
    padding: 0px 0px;
    opacity: 1;
    background: #fff;
    border: 1px solid #ddd;
}
.product-detail .product_colors .owl-carousel .owl-controls .owl-buttons .owl-next {
    margin: 0px;
    padding: 0px 0px;
    opacity: 1;
    right: -10px;
    background: #fff;
    border: 1px solid #ddd;
}
.product-detail .product_colors a.active {
    background: none !important;
    border: 1px solid #e0b426;
    box-shadow: 0px 0px 5px #e0b426;
    -webkit-box-shadow: 0px 0px 5px #1e1b1b;
    -moz-box-shadow: 0px 0px 5px #e0b426;
}
.product-detail__form #clickyboxes-option-color {
    display: none;
}
.product-detail__form #options_color {
    display: none;
}

.product-detail__form h6.color_heading {
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 13px;
}
.caption.lower form .btn {
    background: #1e1b1b;
    color: #fbfdff;
    border-color: #1e1b1b;
    padding: 6px 6px;
    margin-top: 10px;
    font-size: 11px;
}
.caption.lower form .btn:hover {
    background: #fbfdff;
    color: #1e1b1b;
    border-color: #1e1b1b;
}
.wide-container.double-gutter {
    margin-bottom: 40px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
    top: 50%;
    left: -10px;
    position: absolute;
    color: #232323;
    font-size: 18px;
    background: transparent;
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.owl-carousel  .owl-controls .owl-buttons .owl-next {
    top: 50%;
    right: -10px;
    position: absolute;
    color: #232323;
    font-size: 18px;
    background: transparent;
    opacity: 1;
     transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.owl-carousel .owl-controls .owl-buttons .owl-prev img, 
.owl-carousel .owl-controls .owl-buttons .owl-next img {
    width: 15px;
}
.owl-carousel .item img {
    width: 100%;
}
.product-detail .product-detail__title-and-price {
    width: 100%;
}
.size-chart a.cross_icon.contains-img {
    float: right;
    max-width: 15px;
}
#cboxClose {
    display: none;
}
div.sec_evmbox {
    padding: 0px 0;
}


/***************New feature add varient******************/
.product-list .product-block {
    position: relative;
}
.quick-buy-container {
      background: #ffffff;
    bottom: 0;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: inherit;
    padding: 0;
    width: 100%;
    z-index: 4;
    position: absolute;
    bottom: 102px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 15px;
    display: none;
}
.quick-buy-container button .add-success.add-success--adding {
    display: block;
    opacity: 1;
      color: whitesmoke;
}
.quick-buy-container h5.quick-buy-container__heading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000;
}
/*.product-block:hover .quick-buy-container {
    display: block;
}*/

.quick-buy-container button {
    background: transparent;
    border: 1px solid #000000;
    position: relative;
    flex: 1 1 0%;
    margin: 5px;
    color: #000000;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    line-height: 24px;
    font-size: 14px;
    padding: 7px 5px;
    max-width: 48px;
    width: 48px;
    height: 40px;
    font-weight: 600;
}

.quick-buy-container button:hover {
    background: #000;
    color: #fff; 
}
.template-index .quick-buy-container button {
    font-size: 11px;
    padding: 1px 1px;
    max-width: 44px;
    width: 32px;
    height: 34px;
    margin: 5px 0px;
}
.template-index .quick-buy-container {
    padding-left: 30px;
    padding-right: 30px;
}
.quick-buy-container button .add-success {
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: 0.2s all;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.quick-buy-container button .add-success .add-success--circle {
    width: 2rem;
    height: 2rem;
    opacity: 0;
    position: absolute;
    right: 50%;
    top: 50%;
    animation: rotateQuickBuy 2s linear infinite;
}
.quick-buy-container button .add-success .add-success--tick {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




/* responsive css */
@media only screen and  (min-width: 1921px){
.template-index .product-list .product-block .item {
    max-height: 452px;
}
.template-collection .product-list .product-block .item {
    max-height: 1010px;
}
}


@media only screen and (max-width: 1920px) and (min-width: 1461px){
.template-index .product-list .product-block .item {
    max-height: 410px;
}
.template-collection .product-list .product-block .item {
    max-height: 913px;
}
}

@media only screen and (max-width: 1600px) and (min-width: 1401px){
.template-index .product-list .product-block .item {
    max-height: 357px;
}
.template-collection .product-list .product-block .item {
    max-height: 800px;
}
}

@media only screen and (max-width: 1400px) and (min-width: 1201px){
.template-index .product-list .product-block .item {
    max-height: 306px;
}
.template-collection .product-list .product-block .item {
    max-height: 685px;
}
}

@media only screen and (max-width: 1200px) and (min-width: 1126px){
.template-index .product-list .product-block .item {
    max-height: 286px;
}
.template-collection .product-list .product-block .item {
    max-height: 642px;
}
}

@media only screen and (max-width: 1125px) and (min-width: 1025px){
.template-index .product-list .product-block .item {
    max-height: 261px;
}
.template-collection .product-list .product-block .item {
    max-height: 585px;
}
}
@media only screen and (max-width: 1125px) and (min-width: 1024px){
.quick-buy-container h5.quick-buy-container__heading {
    margin-top: 5px;
}
.template-index .quick-buy-container {
    padding-bottom: 0px;
}
.template-index .quick-buy-container button {
    margin: 2px 0px;
}
}
@media only screen and (max-width: 1023px) {
.quick-buy-container {
    display: none!important;
    opacity: 0!important;
}

}

@media only screen and (max-width: 1024px) and (min-width: 992px){
.template-index .product-list .product-block .item {
    max-height: 252px;
}
.template-collection .product-list .product-block .item {
    max-height: 565px;
}
}

@media only screen and (max-width: 991px) and (min-width: 869px){
.template-index .product-list .product-block .item {
    max-height: 221px;
}
.template-collection .product-list .product-block .item {
    max-height: 495px;
}
}

@media only screen and (max-width: 868px) and (min-width: 768px){
.template-index .product-list .product-block .item {
    max-height: 196px;
}
.template-collection .product-list .product-block .item {
    max-height: 438px;
}
}

@media only screen and (max-width: 767px) and (min-width: 721px){
.product-list .product-block .item {
    max-height: 390px;
}

}
@media only screen and (max-width: 720px) and (min-width: 651px){
.product-list .product-block .item {
    max-height: 390px;
}

}
@media only screen and (max-width: 650px) and (min-width: 581px){
.product-list .product-block .item {
    max-height: 346px;
}

} 
@media only screen and (max-width: 580px) and (min-width: 501px){
.product-list .product-block .item {
    max-height: 294px;
}

} 

@media only screen and (max-width: 500px) and (min-width: 421px){
.product-list .product-block .item {
    max-height: 243px;
}

} 

@media only screen and (max-width: 420px) and (min-width: 361px){
.product-list .product-block .item {
    max-height: 205px;
}

} 
@media only screen and (max-width: 360px) and (min-width: 320px){
.product-list .product-block .item {
    max-height: 178px;
}

}    






@media only screen and (max-width: 767px){
.product-list .product-block {
    width: 48%;
    max-width: 48%;
    float: left;
    margin-right: 4%!important;
    padding-left: 0;
    padding-right: 0;
}
.product-list .product-block:nth-child(2n+2) {
    margin-right: 0px!important;
}
.product-list .product-block:nth-child(2n+1) {
    clear: both;
}
.discountcodefield {
    text-align: center;
}
.discountcodefield input {
    width: 45%;
}
.scrolled-down div#site-control.fixed-top .logo {
    margin-top: -8px;
}
div#site-control .logo {
    margin-top: -7px;
}
.product-detail__form h6.color_heading {
    text-align: center;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev img, 
.owl-carousel .owl-controls .owl-buttons .owl-next img {
    width: 10px;
}
.caption.lower form .btn {
    padding: 0px 1px;
    font-size: 8px;
    min-height: 24px;
}
.product-detail .product-detail__form {
/*    margin: 15px;*/
}
.product-detail .product_colors .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -18px;
}
.product-detail .product_colors .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -15px;
}
label#options_size {
    padding-top: 10px;
}
#added-to-cart .links .checkout_link {
    width: 100%; 
    margin: auto;
    max-width: 150px;
}

}

@media only screen and (max-width: 481px){


}