.product-details {
    padding: 0;
}
.product-details  .product-detail-in{
    margin: 0 auto;
    width: 92%;
}
.product-details .product-detail-in .product-img-sec{}

.product-details .product-information {
}

.product-details .product-information .product-heading {margin-bottom: 8px;}
.product-details .product-information .product-heading h2 {
    font-size: 20px;
    font-weight: 500;
}
.product-details .product-information .product-heading .brand {
    color: #949494;
    font-size: 15px;
}
.product-details .product-information .product-heading .brand span {
    color: #e67817;
}
.product-details .product-information .product-price {
    margin-bottom: 8px;
    font-size: 18px;
}
.product-details .product-information .product-price .cut-price {
    text-decoration: line-through;
    color: #a5a5a5;
    font-size: 15px;
}
.product-details .product-information .product-price .real-price {
    color: #449339;
    font-size: 26px;
    margin-right: 3px;
    font-weight: 500;
}

.product-details .product-information .product-price .offer {
   background: #b0eab2;
   font-size: 12px;
   color: #33682c;
   padding: 3px 7px;
   display: inline-block;
   border-radius: 4px;
   font-weight: 600;
}




.product-details .product-information .product-cart {
    width: 100%;
    margin-bottom: 26px;
}
.product-details .product-information .product-cart .type-select  {
 
  }
  .product-details .product-information .product-cart   h3 {font-size: 13px;}
  .product-details .product-information .product-cart .type-select .dropdown{
}
  .product-details .product-information .product-cart .type-select .dropdown i{position: absolute;right: 10px;top: 8px;font-size: 17px;color: #2d713e;}
  .product-details .product-information .product-cart .type-select .dropdown .dropdown-select {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #cccccc;
    text-align: left;
    padding: 7.5px 15px;
    color: #828282;
    /* letter-spacing: 0.7px; */
    /* margin-top: 25px; */
    font-size: 14px;
}
  .product-details .product-information .product-cart .type-select .dropdown .dropdown-menu{width: 100%;background-color: #ffffff;padding-bottom: 0;padding: 0;}
  .product-details .product-information .product-cart .type-select .dropdown .dropdown-menu li{
    padding: 8px 14px;
    border-bottom: #dcdcdc 1px solid;
    color: #5c5e5d;
    font-size: 15px;
    display:  flex;
    align-items: center;
    justify-content: space-between;
}
  .product-details .product-information .product-cart .type-select .dropdown .dropdown-menu li:hover {
   background-color: #eaeaea;
}
  .product-details .product-information .product-cart .type-select .dropdown .dropdown-menu li span{
   /* color: #fd9411; */
   /* font-size: 14px; */
   /* font-weight: 600; */
}
  .product-details .product-information .product-cart .type-select .dropdown .dropdown-menu li span i{
   color: #fd9411;
   font-size: 14px;
   font-weight: 600;
   position: inherit;
}


.product-details .product-information .product-cart .quantity {
    /* width: 33% !important; */
    /* font-size: 12px; */
    display: flex;
}
.product-details .product-information .product-cart .quantity .count {
    line-height: 33px;
    font-size: 15px;
    width: 13%;
    background-color: #fff;
    border: #cecece 1px solid;
    /* float: left; */
    display: inline-block;
    text-align: center;
    padding: 0;
    padding-left: 13px;
}
.product-details .product-information .product-cart .quantity .minus {
    /* background: none; */
    /* top: 53%; */
    border: none;
    /* display: inline-block; */
    width: 34px;
    height: 37px;
    background-color: #ded8d8;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 34px;
}
.product-details .product-information .product-cart .quantity .plus  {
    /* background: none; */
    /* border: none; */
    /* -webkit-box-shadow: 0px 0px 0px #000; */
    /* box-shadow: 0px 0px 0px #000; */
    width: 34px;
    height: 37px;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    background-color: #ded8d8;
}
.product-details .product-information .product-cart .quantity .minus i {
    border-width: 5px 5px;
    right: 2px;
    left: inherit;
}
.product-details .product-information .product-cart .quantity .plus i {
    border-width: 5px 5px;
    right: 2px;
    left: inherit;
}
.product-details .product-information .product-weight {

}
.product-details .product-information .product-weight h3{/* display: block; *//* width: 100%; */font-size: 13px;color: #030303;font-weight: 500;}

.product-details .product-information .product-weight{
    margin-bottom: 18px;
    padding-top: 8px;
    display: block;
}
.product-details .product-information .product-weight ul{
 padding: 0;
 list-style: none;
 display: flex;
}
.product-details .product-information .product-weight ul li.active{
   
    color: #28a745;

    border: #28a745 1px solid;
}
.product-details .product-information .product-weight ul li{
  width: 10%;
  border: #cbcbcb 1px solid;
  text-align: center;
  margin-right: 8px;
  line-height: 19px;
}
.product-details .product-information .product-weight ul li:hover{
    /* background-color: #85b12a; */
    color: #28a745;
    /* width: 56%; */
    border: #28a745 1px solid;
}
.product-details .product-information .product-weight ul li img{margin-bottom: 0;}
.product-details .product-information .product-weight ul li .price{
 display: block;
 color: #ff9512;
 font-weight: 700;
 font-size: 13px;
 padding-bottom: 3px;
}
.product-details .product-information .product-weight ul li .weight{
 display: block;
 color: #585858;
 font-size: 13px;
}

.product-details .product-information .product-msg{

}

.product-details .product-information .product-buy{text-align: left;/* padding: 22px 0px; */padding-top: 28px;}
.product-details .product-information .product-buy .addto{width: 37%;padding: 14px 0px;background-color: #28a745;color: #fff;border: none;border-radius: 4px;margin-right: 11px;display: inline-block;text-align: center;font-size: 14px;font-weight: 600;}
.product-details .product-information .product-buy .buynow{width: 37%;padding: 14px 0px;background-color: #fd9411;color: #fff;border: none;border-radius: 4px;display: inline-block;text-align: center;font-size: 14px;font-weight: 600;}

.glass-case * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}

    .glass-case *:before, .glass-case *:after {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

.glass-case {
    position: relative;
}
/*********************DISPLAY***************************/
.gc-display-area {
    position: absolute;
    overflow: hidden;
    border: 2px solid #F5F5F5;
    /* padding: 2px; */
    background-color: #fff;
}

.gc-display-container {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.gc-display-display {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    cursor: crosshair;
    opacity: 1;
}
/*********************LENS***************************/
.gc-lens {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    cursor: crosshair;
    background: #CECECE;
    opacity: .5 !important; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50) !important; /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5;
}
/*********************ZOOM***************************/
.gc-zoom {
    position: absolute;
    /overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}

.gc-zoom img {
    width: auto;
}

.gc-zoom-inner {
    cursor: crosshair;
    border: 0 !important;
    left: -2px !important;
    top: -2px !important;
    margin: 0 !important;
    z-index: 1010 !important;
}

.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

    .gc-zoom-container img {
        position: relative;
        max-width: none !important;
    }
/*********************CAPTION**********************/
.gc-caption-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 2px;
    z-index: 1050 !important;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #333;
    font-size: 0.9em;
}

    .gc-caption-container div {
        position: relative;
        padding: 0 12px 0 12px;
    }

.gc-caption-intop {
    left: 0;
    top: 0;
}

.gc-caption-inbottom {
    left: 0;
    bottom: 0;
}

.gc-caption-outtop, .gc-caption-outbottom {
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid #f5f5f5;
    background: #fff;
}

.gc-caption-outtop {
    top: 0;
    left: -2px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.gc-caption-outbottom {
    bottom: 0;
    left: -2px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.gc-alignment-center {
    text-align: center;
}

.gc-alignment-left {
    text-align: left;
}

.gc-alignment-right {
    text-align: right;
}

/*********************UL***************************/
.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 1010;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev, .gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0;
}

.gc-thumbs-area-prev:hover, .gc-thumbs-area-next:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.gc-thumbs-area-prev .gc-disabled, .gc-thumbs-area-next .gc-disabled, .gc-thumbs-area-prev .gc-disabled:hover, .gc-thumbs-area-next .gc-disabled:hover {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

    .glass-case ul li {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border: 2px solid #f5f5f5;
        padding: 2px;
        background-color: #fff;
    }

.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 98%;
    max-height: 100%;
    margin-right: 5px;
    width: 70px !important;
    height: 70px !important;
}

.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px;
}

.glass-case ul li .gc-li-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.glass-case ul li:hover {
    border-color: #4f4f4f;
    cursor: pointer;
    cursor: hand;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
    border-color: #669966;
    cursor: default;
    /* width: 70px !important; */
    /* height: 70px !important; */
}

.glass-case ul li .gc-li-display-container img {
    position: relative;
    top: 50%;
    left: 50%;
}
/*********************OVERLAY***************************/
.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647 !important;
    background-color: rgb(204, 204, 204); /*the falback for ie7, ie8*/
    background-color: rgba(51, 51, 51, 0.95);
}

.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container-display {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-ocd-top {
    top: 0;
}

.gc-ocd-bottom {
    bottom: 0;
}

.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden;
}

.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair;
}

.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em;
}

.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    height: 100%;
    width: 5.5em;
}

.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em;
}
/*********************ICONS***************************/
@charset "UTF-8";

@font-face {
    font-family: "linea-arrows-10";
    src: url("../fonts/linea-arrows-10.eot");
    src: url("../fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-arrows-10.woff") format("woff"), url("../fonts/linea-arrows-10.ttf") format("truetype"), url("../fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
    font-weight: normal;
    font-style: normal;
}

.gc-icon:before {
    line-height: 1;
}

.gc-icon {
    font-family: "linea-arrows-10" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #141414;
    /* opacity: .7; */ /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */
    filter: alpha(opacity=70); /* Netscape */
    -moz-opacity: 0.7; /* Safari 1.x */
    -khtml-opacity: 0.7;
    height: 1em;
    width: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: 14px; */
    background: rgb(204, 204, 204);
    /* background: rgb(177 177 177); */
    /* border: 2px solid #F5F5F5; */
}

    .gc-icon:hover {
        opacity: 1; /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
        filter: alpha(opacity=100); /* Netscape */
        -moz-opacity: 1; /* Safari 1.x */
        -khtml-opacity: 1;
    }

.gc-disabled .gc-icon:hover, .gc-disabled .gc-icon:hover, .gc-disabled .gc-icon, .gc-disabled .gc-icon {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

/* *** ICON NEXT *** */
.gc-icon-next {
    top: 50%;
    right: -2px;
}

    .gc-icon-next:before {
        /* position: absolute; */
        /* top: -2px; */
        /* right: -2px; */
        content: "\F0142";
        font: normal normal normal 24px/1 "Material Design Icons";
    }

.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}

    .gc-icon-next-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e019";
    }

.gc-display-area .gc-icon-next {
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 3em;
}
/* *** ICON PREV *** */
.gc-icon-prev {
    top: 50%;
    left: -2px;
}

    .gc-icon-prev:before {
        /* position: absolute; */
        /* top: -2px; */
        /* left: -2px; */
        content: "\F0141";
        font: normal normal normal 24px/1 "Material Design Icons";
    }

.gc-icon-prev-vt {
    top: 0;
    left: 50%;
}

    .gc-icon-prev-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e083";
    }

.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 3em;
}
/* *** ICON DOWNLOAD *** */
.gc-icon-download {
    right: -2px;
    bottom: 0;
    font-size: 2em;
    overflow: hidden;
}

    .gc-icon-download:before {
        position: absolute;
        top: -4px;
        left: -2px;
        content: "\e064";
    }
/* *** ICON CLOSE *** */
.gc-icon-close {
    position: relative;
    font-size: 2em;
    float: right;
}

    .gc-icon-close:before {
        position: absolute;
        content: "\e04a";
        top: -2px;
        right: -2px;
    }

.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-enlarge:before {
        position: absolute;
        content: '\e017';
        top: -2px;
        right: -2px;
    }

.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-compress:before {
        position: absolute;
        content: '\e053';
        top: -2px;
        right: -2px;
    }
/*********************LOADING***************************/
.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../images/loader.gif);
}

.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0.25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(102, 153, 102, 0.2);
    border-right: 1.1em solid rgba(102, 153, 102, 0.2);
    border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
    border-left: 1.1em solid #669966;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear;
}

    .gc-loading3,
    .gc-loading3:after {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

@-webkit-keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*********************GENERAL***************************/
.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-noscroll {
    overflow: hidden;
}

.gc-start {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}


.product-details .bottom-discription {
    padding-top: 40px;
}

.product-details .bottom-discription .discription-part {
}

.product-details .bottom-discription .discription-part h2 {
    font-size: 18px;
    /* font-weight: 500; */
    /* margin: 0; */
    border-bottom: #c0c0c0 1px solid;
    padding: 0px 0px;
}
.product-details .bottom-discription .discription-part h2 span {
    border-bottom: #309b0c 3px solid;
    display: inline-block;
    padding-bottom: 9px;
}

.product-details .bottom-discription .discription-part p {
    font-size: 12px;
    color: #8e8e8e;
}

.product-details .bottom-discription .about-info {
}

.product-details .bottom-discription .about-info h2 {
    font-size: 18px;
    /* font-weight: 700; */
    /* margin: 0; */
    border-bottom: #c0c0c0 1px solid;
    padding: 0px 0px;
}
.product-details .bottom-discription .about-info h2 span {
    border-bottom: #309b0c 3px solid;
    display: inline-block;
    padding-bottom: 9px;
}
.product-details .bottom-discription .about-info table {
    font-size: 13px;
}
.product-details .bottom-discription .about-info table tr th {
    width: 16%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
@media (max-width: 767px) {
   .product-details .product-information {
    padding: 27px 0px;
} 
.product-details .product-information .product-cart .type-select {

    margin-bottom: 19px;
}

.product-details .product-information .product-buy .buynow {
    width: 47%;
 
}
.product-details .product-information .product-buy .addto {
    width: 47%;
 
}
}

