@import url('../shop/owl-carousel/owl.carousel.css');
@import url('../shop/owl-carousel/owl.theme.css');
@import url('../shop/owl-carousel/owl.transitions.css');
.sinlge-product-wrap .price-box {
    margin-top: 15px;
}
.sinlge-product-wrap .price-box .new-price {
    font-size: 28px;
}
.sinlge-product-wrap .price-box .old-price {
    font-size: 26px;
}
.sinlge-product-wrap .wishlist-compare-btn a {
    font-size: 16px;
}
.sinlge-product-wrap .wishlist-compare-btn a i {
    margin-left: 5px;
}
.sinlge-product-wrap .quick-view-content .add-to-cart {
    font-weight: 600;
    padding: 0 25px;
}
.product-info h2 {
    line-height: 1.75;
}
.product-info-detailed-pro {
    /* background: #f5f7fa none repeat scroll 100% 0; */
    display: block;
    margin-bottom: -2px;
    margin-top: 60px;
    /* padding: 12px 0; */
}
.discription-tab-menu .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    display: flex;
    width: 100%;
}

.discription-tab-menu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: black;
    padding: 12px 25px;
}
.discription-tab-menu li a.active {
    color: black;
    border-bottom: 2px solid;

}
.form-review .table-striped li {
    display: inline-block;
    margin-left: 7px;
}
.table-name {
    width: 50%;
}
.review-wrap {
    margin-top: 30px;
}
.review-wrap > h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.review-wrap .control-label:before {
    color: #ff0000;
    content: "* ";
    font-weight: bold;
}
.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}
.review-wrap .help-block {
    margin: 10px 0 0;
}
.button-review {
    background: #0879c9 none repeat scroll 100% 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    padding: 0 25px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.button-review:hover {
    background: #333;
}
.sinlge-product-wrap .tab-content .tab-pane.active {
    display: block;
}
.sinlge-product-wrap .tab-content .tab-pane {
    display: none;
    height: auto;
}
.related-products .prodict-two-active .owl-nav button {
    top: -77px;
}
/*------------------------------------
18. modal-wrapper css
-------------------------------------*/

.modal {
    direction: ltr;
    padding-right: 0 !important;
}
.modal-dialog {
    direction: rtl;
}
.modal-wrapper .modal-dialog {
    margin: 28px auto;
    margin: 28px auto;
    margin: 1.75rem auto;
    max-width: 1000px;
}
.modal-wrapper .modal-body {
    padding: 60px 20px 40px;
}
.modal-wrapper button.close {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #333333;
    border-radius: 3px;
    font-weight: 300;
    height: 30px;
    line-height: 28px;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
}
#img-1 > a {
    border: 1px solid #eaebee;
    display: block;
    overflow: hidden;
    cursor: default;
}
.single-product-active li a {
    border: 1px solid #eaebee;
    display: block;
}
.single-product-active {
    margin: 20px 0 0 0;
}
.single-product-active {
    display: block;
    padding: 0 19px;
}
.single-product-active .owl-nav button {
    font-size: 30px !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-product-active .owl-nav button:hover {
    color: #0879c9;
}
#img-1 img {
    width: 100%;
}
.single-product-active .owl-nav button.owl-prev {
    right: 0;
}
.single-product-active .owl-nav button.owl-next {
    left: 0;
}
.quick-view-content .product-info > p {
    font-size: 14px;
    margin: 15px 0;
}
.quick-view-content .price-box .new-price {
    font-size:32px;
    color: #39ae00;
}
.quick-view-content .price-box .old-price {
    font-size: 16px;
    margin-right: 15px;
}
/*.list-unstyled {*/
/*	border-bottom: 1px solid #eaebee;*/
/*	border-top: 1px solid #eaebee;*/
/*	margin: 15px 0;*/
/*	padding: 15px 0;*/
/*}*/
/*.list-unstyled > li {*/
/*	line-height: 2;*/
/*}*/
/*.list-unstyled li a {*/
/*	color: #239d60;*/
/*	-webkit-transition: all 0.3s ease-in-out;*/
/*	transition: all 0.3s ease-in-out;*/
/*}*/
/*.list-unstyled li a:hover {*/
/*	text-decoration: underline;*/
/*}*/
.quick-view-content .quantity > label {
    display: inline-block;
    margin: 0 0 0 10px;
}
.cart-plus-minus {
    display: inline-block;
    width: 100%;
}
.cart-plus-minus .input-box {
    border: 1px solid #222222;
    height: 45px;
    text-align: center;
    width: 100%;
}
.quick-view-content .quantity {
    margin: 20px 0;
    float: right;
}
.quick-view-content .add-to-cart {
    background: #0879c9 none repeat scroll 100% 0;
    border: medium none;
    border-radius: 25px;
    color: #ffffff;
    display: block;
    height: 40px;
    padding: 0 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.quick-view-content .add-to-cart:hover {
    background: #222;
}
.quick-view-content .wishlist-compare-btn {
    margin: 20px 0 0 0;
}
.quick-view-content .wishlist-compare-btn > li {
    display: inline-block;
    margin: 0 0 0 15px;
}
.quick-view-content .wishlist-compare-btn > li i {
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bzoom { direction: ltr; }

.bzoom,
.bzoom_thumb,
.bzoom_thumb_image,
.bzoom_big_image,
.bzoom_zoom_preview,
.bzoom_icon,
.bzoom_hint { display: none }

.bzoom .bzoom_thumb { background: #fff url(/ARCskin/w2shk/images/loading.gif) center no-repeat; }

.bzoom,
.bzoom ul,
.bzoom li,
.bzoom img,
.bzoom_hint,
.bzoom_icon,
.bzoom_description {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.bzoom,
.bzoom_magnifier div,
.bzoom_magnifier div img,
.bzoom_small_thumbs ul,
ul .bzoom_small_thumbs li,
.bzoom_zoom_area div,
.bzoom_zoom_img { position: relative }

.bzoom img,
.bzoom li {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none
}

.bzoom,
.bzoom_small_thumbs li { float: left }

.bzoom_right { float: right }

.bzoom li { position: absolute }

.bzoom img {
    vertical-align: bottom;
    width: 50px;
    height: 70px
}

.bzoom .bzoom_zoom_area,
.bzoom_zoom_area {
    background: #fff url(/ARCskin/w2shk/images/loading.gif) center no-repeat;
    border: 1px solid #ddd;
    padding: 6px;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    display: none;
    z-index: 20;
}

.bzoom_zoom_area div { overflow: hidden; }

.bzoom_zoom_area .bzoom_zoom_img { position: absolute; }

.bzoom_wrap .bzoom_magnifier {
    background: #fff;
    outline: #bbb solid 1px;
    display: none;
    cursor: move;
}

.bzoom_magnifier div { overflow: hidden; }

.bzoom_wrap .bzoom_small_thumbs { overflow: hidden; }

.bzoom_wrap .bzoom_small_thumbs li {
    border: 1px solid #FFF;
    margin: 0px 10px 0px 0px;
    position: relative;
}

.bzoom_wrap ul li.bzoom_smallthumb_active {
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #535353;
}
----------------------------
#contentsam{
    background-color: #ffffff;
    border: 2px solid #969696;
    padding: 15px;
    margin: 15px;
    padding-top: 0px!important;
    margin-top: 0px!important;
}
.card-img-top{
    height: 250px;
    border-radius: 2px;
    width: 100%;
    object-fit: cover;
}
.prosam{
    padding-right: 0px!important;
    padding-left: 0px!important;

}
.cartsam{
    height: 360px!important;
    /* z-index: 1; */
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border: 1px solid #ebebeb;
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cartsam:hover{
    box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
    z-index: 11;
}
.btn-sam{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: flex-start;*/
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-in-out;
    background: #fff;
    margin: 0 12px;
    height: 36px;
    padding: 5px 30px 5px 10px;
    text-align: center;
}
.cartsam:hover .btn-sam {
    opacity: 1;
}
.icon-sam{
    position: absolute;
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc;
}

.card-text{
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 3.1;
    text-align: left;
    float: left;
}
.stars-outer {
    display: inline-block;
    position: relative;

}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    direction: ltr;
    white-space: nowrap;
    overflow: hidden;
    width: 0;

}

--------------------
    /*:root {*/
    /*  --width: 600px;*/
    /*  --height:300px ;*/
    /*  --blue: #aad5ff;*/
    /*  --lb: rgba(0, 0, 0, 0.5);*/
    /*}*/
    /*body {*/
    /*  display: grid;*/
    /*  justify-items: center;*/
    /*  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));*/
    /*  background-color: var(--blue);*/
    /*  color: cornsilk;*/
    /*  font-family: "Roboto Condensed", sans-serif;*/
    /*}*/
.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
}


.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #f8ce0b;
}
h5.card-title {
    text-align: center;
    position: relative;
    bottom: -5px;
    font-size: 16px;
    /* color: #ec8d0e; */
    transition: all 3s;
}
.card-title a {
    color: #040404;
}
.quantity {
    display: inline-block;
}
.zoom-more a.thumbnail {

    margin-right: 5px;
    border-radius: 0!important;
}

a.thumbnail img {
    object-fit: cover;
    height: 100%;
    height: calc((292px) / 4);
    width: 100%;
}
/*div.row>div img.img-responsive {*/
/*    width: 100%;*/
/*    height: 350px;*/
/*    object-fit: scale-down;*/
/*}*/

.owl-carousel.zoom-more .owl-controls.clickable {
    /* width: 115%; */
    /* position: absolute; */
    /* bottom: -15px; */
    /* left: unset!important; */
    /* right: -25px!important; */
}

.zoom-more.owl-prev {
    position: absolute;
    right: 25px;
}

.zoom-more.owl-buttons {
    bottom: 0;
}
.discription-content {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 50px 50px;
    margin-bottom: 15px;
}
.tablist-pro .nav>li>a:hover{
    border-bottom: 2px solid;
    /* background: #fff; */
    color: inherit;
    background: #f7f7f7;
    border-bottom-color: #d9d9d9;
}
.tablist-pro li.active a {
    border-bottom: 2px solid #bf0a26;
}
@media only screen and (max-width: 992px) {
    div#choiceOptions {
        text-align: right;
    }
    .zoom-more a.thumbnailb  {
        /* height: calc(100vw /5.70); */
        margin-right: 5px;
    }
    a.thumbnail img{
        height: calc((100vw /4 ) - 23px);
    }
    .body-content .my-wishlist-page .my-wishlist table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
        padding: 5px!important;
    }
    .product-dec, .list-des {
        display: none;
    }
    .discription-tab-menu ul li {
        margin-left: 0;
        /* width: 87px; */
        /* text-align: justify; */
    }
    .discription-tab-menu ul li.active{
        border-bottom-color: #bf0a26;
    }

    .price-box {
        text-align: right;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    h6.entriy {
        color: #bf0a26;
        text-align: right;
    }
    .quick-add-to-cart label {
        width: 10%;
        display: inline-block;
    }
    .product-info-detailed-pro {
        /* display: flex; */
        width: 100%;
        /* overflow-x: auto; */
        /* padding: 5px; */
        text-align: center;
    }

    .no-padding {
        padding: 0;
    }

    .discription-tab-menu li a {
        padding: 0px;
        font-size: 13px;
        height: 100%;
    }

    .discription-tab-menu .nav {
        padding: 0;
        margin: 0;
    }

    .discription-content {
        padding: 19px;
    }

    .row{margin:0!important}
    figure#zoom-primary img {
        /* max-height: 320px; */
        height: calc(100vw - 40px)!important;
        object-fit: cover;
    }
}
figure#zoom-primary img {
    height: calc(1050px /3.0);
    /* min-height: 350px; */
    /* max-height: 350px; */
    object-fit: cover;
    width: 100%;
}
select {
    border: 1px solid #E5E7E9;
    height: 46px;
    padding: 12px;
    outline: none;
    line-height:1 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
section{background-color: #fff}
.list-des{
    text-align: justify;
    list-style: disc;
    padding: 15px;
    line-height: 20px;
}
.list-des li {list-style: disc;}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-plus:before {
    content: "\2b";
}
.visible-xs {
    display: none;
}
.zoom-more.owl-carousel .owl-wrapper{
    height:auto!important;
}
.d-flex {
    display:flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.sidebar  {
    min-height: 100px;
}


.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
}