@font-face {
    font-family: 'Circular';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/circular/circular-book.ttf");
    src: url("../fonts/circular/circular-book.ttf") format("truetype");
}

@font-face {
    font-family: 'Circular_bold';
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/circular/circular-bold.ttf");
    src: url("../fonts/circular/circular-bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Akkurat_bold';
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/akkurat/Akkurat-Bold.ttf");
    src: url("../fonts/akkurat/Akkurat-Bold.ttf") format("truetype");
}

html {
    /*font-size: 80.5%;*/
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-style: normal;
    line-height: 1.2;
    /*height: 100%;*/
    position: relative;
    cursor: default;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    background: #FFF;
    font-family: "Circular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 300;
    color: #626262;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, button {
    text-decoration: none;
    outline: 0 !important;
    cursor: pointer;
}

a {
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.none, .mobile {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.rel {
    position: relative;
}

.rel.index-3 {
    z-index: 3;
}

.abs {
    position: absolute;
}

.waiting {
    background-image: url("../img/loading.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px 35px;
    min-height: 100vh !important;
}

.infinteloadCont {
    padding: 20px 0;
}

.loadmorecont {
    margin-top: 40px;
}

.padT20 {
    padding-top: 20px;
}

/* Dimenions */
.w5 {
    width: 5% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w75 {
    width: 75% !important;
    margin: auto;
}

.w50 {
    width: 50% !important;
    margin: auto;
}

.pad-20 {
    padding: 20px
}

.pad-0-20 {
    padding: 0 20px;
}

.pad-10 {
    padding: 10px;
}

.pad-10-0 {
    padding: 10px 0;
}

.pad-20-0 {
    padding: 20px 0;
}

.pad-50-0 {
    padding: 50px 0;
}

.pad-15-0 {
    padding: 15px 0;
}

.emptyCategory {
    width: 300px;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 100px;
}

.emptyCategory.no-border {
    border-bottom: 0 solid #f1f1f1;
}

.emptyCategory .text {
    font-size: 1.8em;
    margin: 20px 0;
}

.emptyCategory .icon {
    font-size: 9.0em;
    margin: 20px 0;
}

.emptyCategory a {
    color: #333;
    border-bottom: 1px dotted #333;
    display: inline;
}

.alnright {
    text-align: right;
}

.alnleft {
    text-align: left;
}

.alncenter {
    text-align: center;
}

.bold {
    font-family: "Akkurat_bold", "Circular_bold", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 400;
}

.bolder {
    font-family: "Circular_bold", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 700;
}

.small-text {
    font-size: 0.7em;
}

.sd-status {
    text-align: center;
    position: fixed;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 6px 15px;
    z-index: 9999;
    color: white;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    font-family: "Circular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.sd-status.danger {
    background: #fa5e5b;
}

.sd-status.success {
    background: #2ecc71;
}

.sd-status.info {
    background: #34495e;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.inline-block.middle {
    vertical-align: middle;
}

.table-cell {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.fullscreen {
    height: 100vh;
    width: 100vw;
}

.table-cell.none {
    display: none;
}

.table {
    height: 100%;
    width: 100%;
    display: table;
}

.black {
    color: #000;
}

.grey {
    color: #b1b1b1;
}

.orange {
    color: #f35016;
}

.white {
    color: #fff;
}

.divider {
    border-width: 1.5px;
    border-style: solid;
    margin: 20px auto;
}

.divider.orange {
    border-color: #f35016;
}

.navi-cont {
    /*padding-right: 20px;*/
    box-shadow: 0 1px 4px rgba(68, 68, 68, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 7000;
    width: 100%;
}

.navi-cont ul {

}

.navi-cont .logo-container li {
    position: relative;
}

.navi-cont li {
    padding: 0 20px;

    vertical-align: middle;
    padding: 20px 20px;
    font-size: 13px;
}

.navi-cont li:hover {
    color: #f05528;
}

.navi-cont li.menu {
    font-size: 30px;
    border-left: 1px solid #eee;
    padding: 20px 30px;
    color: #f05528;
    position: relative;
}

.navi-cont li.menu .dropdown {
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(68, 68, 68, 0.2);
    right: 0;
}

.navi-cont li.menu .dropdown {
    max-height: 70vh;
    overflow: scroll;
}

.navi-cont li.menu .dropdown.cart {
    width: 300px;
    padding-bottom: 10px;
}

.navi-cont li.menu .dropdown.cart ul, .navi-cont li.menu .dropdown.cart ul li {
    width: 100%;
}

.navi-cont li.menu .dropdown.cart ul li {
    padding: 10px 20px;
    display: block;
}

.navi-cont li.menu .dropdown.cart ul.list li {
    border-bottom: 1px solid #e1e1e1;
}

.navi-cont li.menu .dropdown.cart ul.list li:last-child {
    border-bottom: 1px dotted #d1d1d1;
}

.navi-cont li.menu .dropdown.cart ul.empty-cart {
    padding: 20px 0;
}

.navi-cont li.menu:hover {
    color: #333;
}

.display-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.display-flex.top {
    align-items: flex-start;
}

.flex-full {
    flex: 1;
}

.cart .imgCont {
    width: 50px;
    background-color: #f1f1f1;
    margin-right: 10px;
}

.cart .textCont {
    width: 190px;
}

.cart .textCont .productName {
    margin-bottom: 5px;
}

.categories-cont {
    padding: 0 0;
    background-color: #f35016;
    /*background-color: #eee;*/
    text-align: center;
}

.menu-center {
}

.search-cont {
    display: table;
    width: 100%;
}

.search-div-cont {
    display: table-cell;
    vertical-align: middle;

}

.search-div {
    border-radius: 0;
    background-color: #f0f1f2;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
}

.search-input {
    display: inline-block;
    width: 100%;
}

.search-btn {
    display: inline-block;
    font-size: 17px;
    margin-top: 2px;
    border-right: 1px solid #ccc;
    padding-right: 7px;
    height: 100%;
    color: #444444;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
    position: absolute;
    right: 0;
    top: -2px;
    padding: 9px 10px;
}

.search-input input {
    background-color: transparent;
    width: 100%;
    border: 0;
    outline: none;
    border: 1px solid #f1f1f1;
}

.search-input input.active, .search-input input.active, .search-btn.active {
    /*border-color: #04a2dc;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.search-input input, .subscribe-input-cont input {
    font-family: "Circular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 400;
    padding: 12px;
    color: #626262;
}

.subscribe-input-cont input:-webkit-input-placeholder, .search-input input::-webkit-input-placeholder {
    color: #939494;
}

.subscribe-input-cont input:-moz-placeholder, .search-input input:-moz-placeholder { /* Firefox 18- */
    color: #939494;
}

.subscribe-input-cont input::-moz-placeholder, .search-input input::-moz-placeholder { /* Firefox 19+ */
    color: #939494;
}

.subscribe-input-cont input:-ms-input-placeholder, .search-input input:-ms-input-placeholder {
    color: #939494;
}

.wrapper {
    width: 1004px;
    margin: auto;
}

.categories-cont .wrapper ul li {
    display: inline-block;
    /*color: #a63c1d;*/
    color: #fff;
    text-transform: capitalize;
    margin-right: -4px;
}

.parent-link {
    padding: 15px 24px;
    display: inline-block;
}

.categories-cont .wrapper ul li:hover, .categories-cont .wrapper ul li.active {
    background: #071721;
}

.banner-cont, .store-banner {
    height: 500px;
    /*background-color: #f05528;*/
    background-color: #000;
    margin: 0;
    position: relative;
    border-bottom: 2px solid #eee;
    overflow: hidden;
    min-height: 500px;
}

.store-banner {
    height: 350px;
    min-height: 250px;
    background: linear-gradient(141deg, #00ba37 0%, #00b785 51%, #00b5ab 75%) top center;
    background-size: cover;
}

.store-banner:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.store-banner h1 {
    margin-top: 20px;
    font-size: 2.5em;
}

.banners-list, .banners-list li {
    height: 100%;
    overflow: hidden;
    min-height: 100%;
}

.banners-list li {
    background-size: cover;
    background-position: top center;
    float: left;
}

.banner-cont .skew:before {
    content: '';
    position: absolute;
    left: 0;
    top: 35px;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f05528;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-backface-visibility: hidden;
}

.banner_navi {
    position: absolute;
    height: 50px;
    width: 50px;
    z-index: 1000;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    /*display: none;*/
    opacity: 0;
    -ms-transform: translate (0%, -50%));
    -webkit-transform: translate (0%, -50%));
    -moz-transform: translate (0%, -50%));
    -o-transform: translate (0%, -50%);
    transform: translate(0%, -50%);
}

.banner-cont:hover .banner_navi {
    opacity: 0.6;
}

.banner_navi:hover {
    /*opacity: 1;*/
}

.banner_navi.rightnavi {
    right: 0;
    background-image: url('../img/next.png?rand=0001');
}

.banner_navi.leftnavi {
    left: 0;
    background-image: url('../img/prev.png?rand=0001');
}

.page-caption {
    width: 500px;
    margin: 80px auto;
}

.page-caption h1 {
    font-size: 32px;
    font-size: 2.4em;
}

.products-cont {
}

.products-cont ul.all-product {
}

.products-cont ul.all-product li {
    width: 23%;
    margin: 5%;
}

.products-cont ul.all-product li .img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 5px solid #f1f1f1;
}

.products-cont ul.all-product li .img, .products-cont ul.all-product li .img img {
    width: 100%;

}

.products-cont ul.all-product li .img .roll-over {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f05528;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.5;
    display: none;
}

.products-cont ul.all-product li .text {
    margin-top: 15px;
}

.products-cont ul.all-product li .text .product-name {
    font-size: 13px;
    text-transform: capitalize;
}

.products-cont ul.all-product li .text .product-description {
    font-size: 10px;
    color: #333;
    margin-top: 5px;
}

.product-cont-navi {
    border-bottom: 1px solid #eee;
}

.product-cont-navi ul li {
    display: inline-block;
    margin-right: 40px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 5px solid #fff;
}

.product-cont-navi ul li:hover, .product-cont-navi ul li.active {
    border-bottom: 5px solid #f05528;
}

.product-cont-navi ul li:last-child {
    margin-right: 0;
}

.product-details {

}

.image-warpper {
    width: 300px;
    height: 300px;
    background-color: #000;
}

.products-summary {
    width: 400px;
    padding-left: 20px;
}

.products-summary .price {
    font-size: 20px;
    margin-top: 20px;
}

.search-heading-cont {
    margin: 10px auto;
}

.browse-products-cont {
}

.browse-products-cont ul, .browse-store-cont ul {
    margin-top: 20px;
}

.browse-products-cont ul li {
    width: 170px;
    height: 300px;
    background-color: #f5f2f1;
    margin: 20px;
    padding: 5px;
    padding-bottom: 15px;
}

.browse-products-cont ul li .img {
    height: 170px;
    overflow: hidden;
}

.browse-products-cont ul li .text {
    margin-top: 8px;
}

.browse-products-cont ul li .text .product-name {
    font-size: 11px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    height: 40px;
    overflow: hidden;
}

.browse-products-cont ul li .text .description {
    margin-top: 5px;
}

.browse-products-cont ul li .text .action, .browse-products-cont ul li .text .price {
    margin-top: 20px;
    font-size: 17px;
}

.browse-products-cont ul li .text .price {

}

.browse-products-cont ul li .text .action span {
    margin: auto 5px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.browse-products-cont ul li .text .action span:hover {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.browse-store-cont {
}

.browse-store-cont ul {
    display: table;
}

.browse-store-cont ul li {
    width: 200px;
    height: 200px;
    border-bottom: 1px solid #f5f2f1;
    border-right: 1px solid #f5f2f1;
    margin-right: -4px;
    margin-top: -4px;
    vertical-align: middle;
    display: table;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 25px;
}

.browse-store-cont ul li span {
    opacity: 0.6;
}

.browse-store-cont ul li span:hover {
    opacity: 1;
}

.browse-store-cont ul li img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: none;
    filter: grayscale(100%);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.browse-store-cont ul li img:hover {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: gray;
    filter: grayscale(0%);
}

.browse-store-cont ul li span {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    display: table-cell;
}

.shop-now-btn {
    border: 2px solid #000;
    padding: 10px;
    font-size: 15px;
    margin-top: 20px;
}

.btn {
    padding: 8px 16px;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 3px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: none;
    text-shadow: none;
    max-width: inherit;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}

.btn i {
    margin: 0 5px 0 0;
    font-size: 16px;
    line-height: 12px;
}

.btn i.no-margin {
    margin: 0 0 0 0;
}

.btn i.right-icon {
    margin: 0 0 0 5px;
}

.btn.btn-red {
    background: #e74c3c;
    border: solid 1px #e74c3c;
    color: white;
}

.btn.btn-red:hover {
    background: #d62c1a;
}

.btn.btn-blue {
    background: #04a2dc;
    border: solid 1px #04a2dc;
    color: white;
}

.btn.btn-blue:hover {
    background: #037daa;
}

.btn.btn-green {
    background: #16a085;
    border: solid 1px #16a085;
    color: white;
}

.btn.btn-green:hover {
    background: #107360;
}

.btn.btn-orange {
    background: #f35016;
    border: solid 1px #f35016;
    color: white;
}

.btn.btn-orange:hover {
    background: #b63608;
}

.btn.btn-clear {
    border: solid 1px #04a2dc;
    color: #04a2dc;
    text-shadow: none;
    background: none;
}

.btn.btn-clear:hover {
    background: #04a2dc;
    text-shadow: none;
    color: white;
}

.btn.btn-default {
    border: solid 1px white;
    background: white;
    color: #04a2dc;
}

.btn.btn-white {
    border: solid 1px white;
    color: white;
    text-shadow: none;
    background: none;
}

.btn.btn-white:hover {
    border-color: #04a2dc;
    background: #04a2dc;
    color: white;
}

.btn.btn-full {
    text-align: center;
    width: 100%;
}

.btn.btn-lg {
    padding: 12px 24px;
    text-align: center;
    font-size: 13px;
}

.btn.btn-xlg {
    padding: 15px 30px;
    text-align: center;
    font-size: 15px;
}

.btn.btn-sm {
    font-size: 12px;
    padding: 5px 10px;
}

.btn.btn-git {
    background-color: #4183c4;
    color: white;
}

.btn.btn-bit {
    background-color: #205081;
    color: white;
}

.btn.btn-rounded {
    border-radius: 20px;
}

.btn-tab a {
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    border-bottom: solid 1px #DDD;
    color: #666;
}

.btn-tab a:hover {
    color: #04a2dc;
}

.btn-tab a i {
    margin-right: 5px;
}

.btn-group .btn {
    float: left;
}

.btn-group .btn:not(: first-child) {
    border-left: 0;
}

.bg-1, .bg-2 {
    background-image: url("../img/bg-1.jpg");
    background-size: cover;
    background-position: left;
}

.bg-2 {
    background-image: url("../img/bg-2.jpg");
}

.no-scroll {
    overflow: no-scroll;
}

.shop-now-btn:hover {
    border: 2px solid #f05528;
    background-color: #f05528;
    color: #fff;
}

.body .col-1, .fixed-filter {
    width: 250px;
    padding-left: 30px;
}

.fixed-filter {
    position: absolute;
}

.filter-cont {
    /*min-height: 500px;*/
    /*background-color: #f5f2f1;*/
    margin-top: 30px;
}

.filter-search-div {
    height: 42px;
    border: 1px solid #d1d1d1;
    position: relative;
    margin-bottom: 30px;
}

.filter-input {
    width: 80%;
    height: 100%;
}

.filter-input input[type=text] {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: transparent;
    border: 0;
    font-family: "Circular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.filter-input input[type=text]:focus {
    outline: 0;
}

.filter-search-lens {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 26px;
    color: #d1d1d1;
}

.filter-segment {

}

.filter-segment li {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.filter-segment li ul li {
    border-bottom: 0 solid #f1f1f1;
    padding-left: 13px;
    padding-bottom: 0;
}

.filter-segment li ul {
    display: none;
}

.filter-segment li ul li:hover {
    color: #000;
}

.filter-segment li.active, .filter-segment li:hover {
    background-color: #F9F9F9;
}

.filter-head {
    cursor: pointer;
}

.filter-header:first-child {
    margin-top: 0;
}

.filter-header {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 40px;
    text-transform: uppercase;
}

.filter-cont {
    font-size: 12px !important;
}

.filter-ul {
    margin-top: 20px;
}

.filter-ul li {
    position: relative;
    text-transform: capitalize;
    margin: 20px 0;
}

.filter-ul li.active {
    color: #000;
}

.filter-ul li.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.675em;
    height: 100%;
    width: 4px;
    background-color: #f35016;
}

.filter-link:hover, .cat-dropdown ul li:hover {
    color: #ccc !important;
}

.body .col-2 {
    padding-left: 50px;
    width: 700px;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(68, 68, 68, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9100;
    display: none;
    overflow-y: auto;
    /*padding-top: 90px;*/
}

.close-modal-abs {
    position: absolute;
    font-size: 15px;
    color: #e74c3c;
    cursor: pointer;
}

.close-modal-abs.big {
    font-size: 28px;
    right: 60px;
}

.close-modal-abs.rgt {
    top: 8px;
    right: 8px;
}

.sign-screen {
    width: 250px;
    min-height: 200px;
    background-color: #f5f2f1;
    position: absolute;
    right: 10px;
    z-index: 9000;
    border: 3px solid #dcdee0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: none;
    margin: 20px;
}

.underline {
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdee0;
}

.underline.w40 {
    width: 40%;
    margin: auto;
}

.modal-body {
    width: 700px;
    margin: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    /*border-radius: 5px;*/
    background-color: #f5f2f1;
    /*min-height: 200px;*/
    display: none;
}

.modal-body.show {
    display: block !important;
}

.modal-body.md {
    width: 750px;
}

.modal-body.iframe {
    width: 90%;
    height: 100%;
    margin-top: 0;
}

.modal-body.iframe iframe {
    width: 100%;
    height: 700px;
}

.modal-body .col-1 {
    width: 400px;
    min-height: 300px;
    background-color: #fff;
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.5);
}

.shop-direct-add-wrapper {
    padding: 20px;
}

.form-cont {
    margin: 10px auto;
}

.each-form-cont {
    margin: 20px auto;
}

.each-form-cont .input input[type=text], input[type=text].form-control, .each-form-cont .input input[type=password], input[type=password].form-control, .each-form-cont .input textarea, textarea.form-control, select.form-control, .each-form-cont .input select {
    width: 100%;
    max-width: 100%;
    border: 1px solid #dcdee0;
    border-radius: 5px;
    padding: 8px;
    margin-top: 2px;
    font-weight: 400;
    font-size: 11px !important;
    background-color: transparent;
    min-height: 33px;
    max-height: 33px;
    height: 33px;
    -webkit-appearance: none;
    font-family: "Circular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.each-form-cont .input input[type=text].inline, input[type=text].form-control.inline, .each-form-cont .input input[type=password].inline, input[type=password].form-control.inline, .each-form-cont .input textarea.inline, textarea.form-control.inline, select.form-control.inline, .each-form-cont .input select.inline {
    width: auto;
    padding: 8px 15px;
    display: inline-block;
}

.each-form-cont .input textarea, textarea.form-control {
    min-height: 50px;
    max-height: 50px;
    -webkit-appearance: none;
}

.footer-cont {
    margin-top: 25px;
    background-color: #071721;
}

.footer-cont .col {
    padding: 20px 0;
    width: 24%;
    color: #fff;
}

.footer-cont .col .heading {
    margin-bottom: 15px;
    font-size: 15px;
}

.footer-cont .col ul li {
    margin: 10px 0;
    color: #939393;
}

.footer-cont .col ul li:hover {
    color: #fff;
}

.footer-cont .col ul.connect li {
    font-size: 25px;
    margin-right: 15px;
    margin-top: -4px;
}

.footer-cont .col ul.connect li:last-child {
    margin-right: 0;
}

.footer-cont .copyright {
    margin: 20px 0 10px 0;
    color: #939393;
}

.subscribe-cont {
    /*background-color: #f35016;*/
    background-color: #000;
    padding: 5px;
    padding-bottom: 15px;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 3;
}

.close-subscribe-cont, .product-drawer-close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 26px;
    cursor: pointer;
}

.product-drawer-close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
    left: -15px;
    right: 0;
    box-shadow: 0 1px 4px rgba(68, 68, 68, 0.2);
    z-index: 9999;
    text-align: center;
    font-size: 18px;
    top: 50%;
    display: none;
}

.product-drawer:hover {
    opacity: 0.7;
}

.subscribe-cont .mail-icon {
    font-size: 60px;
}

.subscribe-text {
    margin-left: 10px;
}

.subscribe-text .heading {
    font-size: 20px;
    text-transform: uppercase;
}

.subscribe-input-cont {
    /*margin-left: 30px;*/
    background-color: #fff;
}

.subscribe-input-cont input {
    width: 80%;
    padding: 10px;
    background-color: #fff;
    border: 0 solid #fff;
    outline: none;
}

.subscribe-input-cont button {
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    background-color: #f35016;
}

.subscribe-input-cont button:hover {
    opacity: 0.6;
}

.subscribe-terms {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.6;
}

.my-cart-cont {
    margin-top: 0px;
    padding: 20px;
}

.cart-table table {
    margin: 30px 0;
    width: 100%;
    text-align: left;
    cell-spacing: 30px;
}

.cart-table table tbody tr td {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.cart-table table tr td {
    width: 15%;
}

.cart-table table tr td.desc {
    width: 30%;
}

td.delete:hover {
    color: #f35016;
    cursor: pointer;
}

.cart-table table tfoot tr {
    background-color: #f1f1f1;
}

.cart-table table tfoot tr {
    padding: 20px auto;
}

.cart-table table tfoot tr td {
    padding: 5px 0;
}

.cart-table table tfoot.view-details tr td {
    padding: 5px 20px;
}

.cart-table table tfoot tr td.total {
    font-size: 1.1em;
}

.my-order-details-cont {
    margin-top: 40px;
    width: 400px;
    margin-right: 40px;
}

.my-order-details-cont.half {
    width: 46%;
}

.my-order-details-cont.order-address {
    width: 30%;
}

.my-order-details-cont.order-product {
    width: 65%;
}

.my-order-details-cont:last-child {
    margin-right: 0;
}

.each-order-address {
    width: 100%;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 200%;
    background-color: #000;
    overflow: hidden;
    position: relative;
}

.add-to-cart-cont, .drawer {
    position: fixed;
    height: 100vh;
    width: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.98);
    right: 0;
    z-index: 6000;
    top: 0;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    /*display: none;*/
    box-shadow: 0 1px 4px rgba(68, 68, 68, 0.2);
}

.drawer ul.exchange-rate li {
    padding: 15px 10%;
    border-bottom: 1px solid #333 !important;
}

.drawer ul.exchange-rate li::after {
    content: "";
    clear: both;
    display: inline-block;
}

.add-to-cart-content, .drawer-content {
    padding: 20px;
    min-height: 100%;
}

.add-to-cart-content .product-name-cont {
    margin-bottom: 20px;
    font-size: 1.6em;

}

.add-to-cart-content .image-cont {
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

.add-to-cart-content .store_details {
    font-size: 0.8em;
}

.product-details .price {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 5px;
}

.cat-dropdown-cont {
    display: none;
    top: 100%;
    margin-right: -250px;
    z-index: 9999;
    right: 50%;
}

.cat-dropdown {
    width: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    min-height: 200px;
    border-radius: 5px;
    top: 60px;
    overflow: hidden;
}

.cat-dropdown:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -5px;
    right: 50%;
    margin-right: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.cat-dropdown ul li {
    color: #000 !important;
    padding: 10px !important;
    text-align: left !important;
    border-bottom: 1px solid #f1f1f1;
    width: 50%;
    display: inline-block;
}

.cat-dropdown ul li:hover {
    background-color: inherit !important;
}

.cat-dropdown ul li.active {
    color: #f35016 !important;
    background-color: inherit !important;
}

.requisition {
    position: fixed;
    bottom: 20px;
    width: 200px;
    z-index: 9999;
    right: 0;
    padding-right: 40px;
}

.requisition-launcher {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #f35016;
    float: right;
    box-shadow: 0 1px 4px rgba(68, 68, 68, 0.2);
    opacity: 0.8;
}

.requisition-launcher:hover {
    opacity: 1;
}

.requisition-launcher:after {
    content: " ";
    clear: both;
    display: inline-block;
}

.requisition-launcher-content {
    margin-top: 5px;
    font-size: 2.7em;
    -webkit-transition: font-size 0.3s; /* Safari */
    transition: font-size 0.3s;
}

.requisition-launcher-content.small {
    font-size: 1.7em;
}

.requisition-body {
    position: absolute;
    min-height: 300px;
    width: 450px;
    background-color: #fff;
    bottom: 10px;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(68, 68, 68, 0.3);
    overflow: hidden;
    display: none;
}

.requisition-body .header {
    height: 100px;
    background: url("../img/requistion_body_header.png") repeat #f35016;
    padding: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 1.3em;
}

.requisition-body .body {
    padding: 10px 20px;
}

.requisition-body .body .form-cont .input {
    margin-bottom: 15px;
}

.requisition-body .body .form-cont .input input[type=text], .requisition-body .body .form-cont .input select {
    height: 40px;
    font-size: 13px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #e0e0e0;
    /*box-shadow: 0 0 0 1px #fff;*/
    -webkit-appearance: none;
    color: #7f898e;
    font-family: "Circular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 300;
    background: transparent;
}

.requisition-body .body .form-cont .input.half {
    width: 50%;
    display: inline-block;
}

.requisition-body .body .form-cont .input.half.lft input[type=text], .requisition-body .body .form-cont .input.half.lft select {
    border-right: 0 solid #e0e0e0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.requisition-body .body .form-cont .input.half.rgt {
    margin-left: -7px;
}

.requisition-body .body .form-cont .input.half.rgt input[type=text], .requisition-body .body .form-cont .input.half.rgt select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0 solid #e0e0e0;
}

.requisition-body .body .form-cont .input input[type=text]:focus, .requisition-body .body .form-cont .input select:focus {
    outline: none;
    border: 2px solid #f35016;
}

.requisition-body .body .requisition-craw-cont {
    padding: 0 0;
}

.requisition-body .body .requisition-craw-cont .image-cont {
    width: 70px;
    height: 70px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.requisition-body .body .requisition-craw-cont .details-cont {
    width: 330px;
    height: 70px;
}

.requisition-body .body .btn-cont {
    padding: 10px 0;

}

.url_details {
    margin-top: 1px;
}

.url_details:first-child {
    margin-top: 0;
}

.null {
    margin-top: 10px;
    height: 8px;
    background-color: #f1f1f1;
}

.null.w-75 {
    width: 75%;
}

.null.w-50 {
    width: 50%;
}

.null.w-25 {
    width: 25%;
}

.is-disable {
    opacity: 0.3;
    cursor: text;
}

.cart-container {
    width: 1200px;
    margin: auto;
}

.exchange-drop-down {
    position: absolute;
    background: #fff;
    padding: 20px;
    width: 250px;
    z-index: 9999;
    box-shadow: 0 1px 4px rgba(68, 68, 68, 0.2);
    display: none;
}

.show-exchange:hover .exchange-drop-down{
    display: block;
}


.exchange-drop-down li{
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 20px;
}

.exchange-drop-down li::after{
    content: "";
    clear: both;
    display: inline-block;
}

.exchange-drop-down li:last-child{
    border-bottom: 0px solid #ccc !important;
}
