/* -------------------------------- 

Primary style
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */


/* -------------------------------- 

Main components 

-------------------------------- */


/* -------------------------------- 

xpopup 

-------------------------------- */

* {
    margin: 0;
    padding: 0;
    border: transparent;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0 !important;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.spof-prod-text-desc ul {
    margin-left: 12px;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 11em auto 0;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 99999;
}

.cd-popup-container p {
    padding: 3em 1em;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
}

.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}


/*      14 jan....product description css @copyright: Prince Bharal;          */

.spof-prod-text-desc .tabs {
    display: none !important;
    visibility: hidden !important;
}

#spof-product-description>h2 {
    width: 79%;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
    padding: 7px 62px 7px 11px;
    text-align: left;
}

.pop-up-desc-close {
    background: none repeat scroll 0 0 #556687;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;
    position: absolute;
    right: 7px;
    top: 7px;
    text-decoration: none;
}

.cd-popup-container {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin: 11em auto;
    position: relative;
    text-align: center;
    transform: translateY(-40px);
    transition-duration: 0.3s;
    transition-property: transform;
    width: 100%;
    max-width: 46%;
}

.spof-prod-text-desc {
    color: #333 !important;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    word-wrap: break-word;
}

.prod-desc-image {
    width: 40%;
    display: inline-block;
    text-align: center;
    margin: 15px;
}

.prod-desc-image>img {
    border: 4px solid #dddddd;
    width: 222px;
}

.pop-up-desc-close:hover {
    color: #ffffff !important;
}

.cd-popup-container p {
    margin: 0;
    padding: 0;
    text-align: left;
}

.popup_main {
    max-height: 500px;
    overflow-y: auto;
    padding: 10px 11px 12px;
}

.popup_main:after {
    clear: both;
    content: "";
    display: block;
}

.cd-popup-container p {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
}

th,
td,
caption {
    border: transparent;
}

.spof-prod-text-desc ul {
    text-align: left !important;
}

.spof-prod-text-desc h3 {
    font-family: arial;
    font-size: 18px;
    text-align: left;
    color: #333 !important;
}

.spof-prod-text-desc span,
.spof-prod-text-desc p {
    color: #333 !important;
    font-family: arial;
    line-height: 25px;
}

.spof-prod-text-desc>h2 {
    color: #333 !important;
    font-family: arial;
    font-size: 15px !important;
    text-align: left;
}

.spof-prod-text-desc span,
.spof-prod-text-desc li,
.spof-prod-text-desc li a {
    font-family: arial !important;
    font-size: 12px !important;
    line-height: 21px !important;
    color: #333 !important;
}

.spoftooltip {
    position: relative;
    display: inline-block;
}

.spoftooltip .spoftooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: -35%;
    margin-left: -60px;
}

.spoftooltip .spoftooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.spoftooltip:hover .spoftooltiptext {
    visibility: visible;
}

.pricetd * {
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .cd-popup-container {
        margin: 8em auto;
        max-width: 87%;
    }
}

@media (max-width: 568px) {
    .spof-prod-text-desc {
        float: none !important;
        width: 100% !important;
    }
    .cd-popup-container {
        margin: 4em auto;
    }
}