@import '../fonts/fontawesome-free/css/all.css';


/* doneren  */
select {
    border: 1px solid #cac9c9;
}

input[type="submit"] {
    background: black;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}
.content.product {
	padding: 20px;
}
/* webshop bestelling meer padding op mobiel */
@media only screen and (max-width: 767px) {
.single-product-details-side {
    padding: 0 10px;
}
}

/* SHOP  */
.header-default.light-logo--version .header-right .mini-cart-button {
    color: #3c3a3a;
}
.header-default.light-logo--version .header-right .mini-cart-button button {
    color: #3c3a3a;
}
.header-default .header-right .mini-cart-button::after {
    background-color: rgba(240, 88, 116, 0.8);
    color: #ffffff;
    font-weight: 700;
	font-size:12px;
	line-height: 18px;
	min-width: 18px;
	height: 18px;
}


input {
	height: 20px!important;
}
input[type='radio'] {
    accent-color: #F05874;
}

/*.header-default.light-logo--version .header-right .mini-cart-button::after {
    color: #F05874;
}
*/
.checkout-form label {
    text-transform: none !important;
}

.payment-inner {
	border-top:1px solid #efefef;
	padding-top: 15px;
    margin-top: 50px;
}
.payment-inner img {
    vertical-align: middle;
}

.checkout-form input, .checkout-form .nice-select, textarea {
    color: #a29e9e !important;;
}
.single-product-details-side .quenty-container {
    border-bottom: none;
}

.price-ex {
    font-size: 10px !important;
    color: #AAA !important;
}

.from-which-tax {
    font-style: italic !important;
    color: #777 !important;
}



.modal-title {
    font-weight: 500;
    font-size: 18px;
    color: #3f444a;
}

.fade.in {
    opacity: 1;
}

.modal {
    z-index: 11000;
    overflow-y: auto;
}

.c-font-16 {
    font-size: 16px;
}

.c-font-uppercase {
    text-transform: uppercase;
}
.c-font-bold {
    font-weight: 600 !important;
}

.modal-body h3 {
  margin: 10px 0;

}

button.addtocart[disabled] {
    background-color: #f058744f !important;
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
}

.shop-item {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
}

.product-details img {
    max-width: 300px;
    max-height: 300px;
}

.product-title h4 {
    font-size: 28px;
    font-weight: 700 !important;
    padding-top: 30px;
}

.single-product-details-side .quenty-button {
    overflow: hidden;
    margin-bottom: 40px !important;
}
.single-product-details-side .quenty-button h6.heading {
    float: left !important;
    /*margin: 9px 15px 0 0 !important;*/
    text-transform: uppercase !important;
    min-width: 100px !important;
}
.single-product-details-side .quenty-button input {
    display: inline-block !important;
    float: left !important;
    margin: 0 30px 0 0 !important;
    overflow: hidden !important;
    position: relative !important;
    width: 66px !important;
}

/* ===========================
    Shopping Cart Area
==============================*/
.mini-cart {
    top: 98px;
    right: 10px;
    position: fixed;
    z-index: 1000;
}
@media only screen and (max-width: 575px) {
    .mini-cart {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
.mini-cart .shopping-cart {
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0;
    display: none;
    overflow: auto;
    padding: 30px 20px 27px;
    max-height: 700px;
    width: 360px;
    border-bottom: 2px solid #0038E3;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
@media only screen and (max-width: 479px) {
    .mini-cart .shopping-cart {
        width: 207px;
        padding: 30px 17px 27px; } }
@media only screen and (max-width: 575px) {
    .mini-cart .shopping-cart {
        width: 250px; } }
.mini-cart .shopping-cart .shop-inner ul.product-list {
    list-style: none outside;
    padding: 0;
    margin: 0;
    max-height: 340px;
    overflow-y: auto; }
.mini-cart .shopping-cart .shop-inner ul.product-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.mini-cart .shopping-cart .shop-inner ul.product-list li .thumb {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
@media only screen and (max-width: 575px) {
    .mini-cart .shopping-cart .shop-inner ul.product-list li .thumb {
        margin-right: 8px; } }
.mini-cart .shopping-cart .shop-inner ul.product-list li .thumb a img {
    width: 80px; }
.mini-cart .shopping-cart .shop-inner ul.product-list li .content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px; }
.mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner h4 {
    margin-bottom: 0px;
    line-height: 20px; }
.mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner h4 a:hover {
    color: #0038E3; }
@media only screen and (max-width: 575px) {
    .mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner h4 a {
        font-size: 14px; } }
.mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner .quatity span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #333333; }
.mini-cart .shopping-cart .shop-inner ul.product-list li .content .delete-btn {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 18px;
    border: 0 none; }
.mini-cart .shopping-cart .shop-inner ul.product-list li .content .delete-btn:hover {
    color: #0038E3; }
.mini-cart .shopping-cart .shop-inner ul.product-list li + li {
    margin-top: 20px; }
.mini-cart .shopping-cart .footer {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #eee; }
.mini-cart .shopping-cart .footer .total {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #333333; }
.mini-cart .shopping-cart .footer .total span {
    font-weight: 600;
    color: #333333;
    padding-left: 3px; }
.mini-cart .shopping-cart .footer a.cart-btn {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border-color: #0038E3;
    background-color: #0038E3;
    font-family: "Poppins", sans-serif;
    height: 55px;
    line-height: 53px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    min-width: 176px;
    text-align: center;
    display: inline-block; }
.mini-cart .shopping-cart .footer a.cart-btn:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }

.mini-cart-button::after {
    background-color: #fff;
    color: #004bad;
    font-weight: 700;
    font-size:12px;
    line-height: 18px;
    min-width: 18px;
    height: 18px;
}
.mini-cart-button::after {
    position: absolute;
    top: 28px;
    right: -10px;
    padding: 0 4px;
    min-width: 15px;
    height: 15px;
    border-radius: 100%;
    content: attr(data-count);
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    background-color: rgba(0, 0, 0, 0);
    color: #004bad; }

.cart_area {
    padding-top: 50px;
}


/*-- Cart Table --*/
.cart-table .table {
    border-bottom: 8px solid #f6f6f6;
    margin: 0; }
@media only screen and (max-width: 575px) {
    .cart-table .table {
        border-top: 8px solid #f6f6f6; } }
.cart-table .table thead {
    background-color: #f6f6f6; }
@media only screen and (max-width: 575px) {
    .cart-table .table thead {
        display: none; } }
.cart-table .table thead tr th {
    text-align: center;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222222;
    padding: 12px 20px; }
.cart-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd; }
@media only screen and (max-width: 575px) {
    .cart-table .table tbody tr td {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;
        text-align: left; } }

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail {
    max-width: 160px;
    min-width: 120px;
    width: 160px; }
@media only screen and (max-width: 575px) {
    .cart-table th.pro-thumbnail a,
    .cart-table td.pro-thumbnail a {
        width: 160px; } }

.cart-table th.pro-title,
.cart-table td.pro-title {
    min-width: 200px; }

.cart-table td.pro-thumbnail a {
    display: block; }
.cart-table td.pro-thumbnail a img {
    width: 100%;
    background-color: #f6f7f8; }

.cart-table td.pro-title a {
    font-size: 16px;
    font-weight: 600;
    color: #222222; }

.cart-table td.pro-price span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333; }

.cart-table td.pro-quantity .pro-qty {
    width: 90px;
    height: 35px;
    border: 1px solid #999999;
    border-radius: 50px;
    padding: 0 15px;
    display: block;
    margin: auto; }
.cart-table td.pro-quantity .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #333333; }
.cart-table td.pro-quantity .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: transparent; }
@media only screen and (max-width: 575px) {
    .cart-table td.pro-quantity .pro-qty {
        margin: 0; } }

.cart-table td.pro-subtotal span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #0038E3; }

.cart-table td.pro-addtocart button {
    width: 140px;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #0038E3;
    line-height: 24px;
    padding: 5px 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    background-color: #0038E3; }

.cart-table td.pro-remove a {
    display: block;
    font-weight: 600;
    color: #222222; }
.cart-table td.pro-remove a i {
    font-size: 24px; }
.cart-table td.pro-remove a:hover {
    color: #ff0000; }
@media only screen and (max-width: 575px) {
    .cart-table td.pro-remove a {
        width: 60px;
        text-align: center; } }

/*-- Calculate Shipping --*/
.calculate-shipping {
    margin-bottom: 23px; }
.calculate-shipping h4 {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px; }
.calculate-shipping form .nice-select {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #999999;
    line-height: 24px;
    padding: 5px 20px;
    background-color: transparent; }
.calculate-shipping form .nice-select::after {
    border-color: #333333; }
.calculate-shipping form .nice-select .current {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #333333; }
.calculate-shipping form input {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #999999;
    line-height: 24px;
    padding: 5px 20px;
    color: #333333;
    background-color: transparent; }
.calculate-shipping form input[type="submit"] {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #0038E3;
    border-color: #0038E3;
    width: 140px; }

/*-- Discount Coupon --*/
.discount-coupon h4 {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px; }

.discount-coupon form input {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #999999;
    line-height: 24px;
    padding: 5px 20px;
    color: #333333;
    background-color: transparent; }
.discount-coupon form input[type="submit"] {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #0038E3;
    border-color: #0038E3;
    width: 140px; }


/*-- Cart Summary --*/
.cart-summary {
    float: right;
    max-width: 410px;
    width: 100%;
    margin-left: auto; }
@media only screen and (max-width: 767px) {
    .cart-summary {
        margin-left: 0; } }
@media only screen and (max-width: 575px) {
    .cart-summary {
        margin-left: 0; } }
.cart-summary .cart-summary-wrap {
    background-color: #f6f6f6;
    padding: 45px 50px;
    margin-bottom: 20px; }
@media only screen and (max-width: 479px) {
    .cart-summary .cart-summary-wrap {
        padding: 25px 30px; } }
.cart-summary .cart-summary-wrap h4 {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px; }
.cart-summary .cart-summary-wrap p {
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    color: #222222; }
.cart-summary .cart-summary-wrap p span {
    float: right; }
.cart-summary .cart-summary-wrap h2 {
    border-top: 1px solid #999999;
    padding-top: 9px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    margin: 0; }
.cart-summary .cart-summary-wrap h2 span {
    float: right; }
.cart-summary .cart-summary-button {
    overflow: hidden;
    width: 100%; }
@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
.cart-summary .cart-summary-button button {
    margin-top: 10px;
    width: 140px;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #999999;
    line-height: 24px;
    padding: 5px 20px;
    color: #333333;
    background-color: transparent;
    margin-left: 20px;
    float: right; }
.cart-summary .cart-summary-button button:last-child {
    margin-left: 0; }
.cart-summary .cart-summary-button button.checkout-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #0038E3;
    border-color: #0038E3; }
@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 20px; }
    .cart-summary .cart-summary-button button:last-child {
        margin-right: 0; } }
@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 10px; }
    .cart-summary .cart-summary-button button:last-child {
        margin-right: 0; } }
@media only screen and (max-width: 479px) {
    .cart-summary .cart-summary-button button {
        width: 130px; } }

/*---------------------------------------
    13. Checkout
-----------------------------------------*/
/*-- Checkout Title --*/
.checkout-title {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px; }

/*-- Checkout Form --*/
.checkout-form label {
    display: block !important;
    font-size: 14px !important;;
    margin-bottom: 12px !important;;
    font-weight: 600 !important;;
    text-transform: capitalize;
    color: #222222 !important;; }

.checkout-form .nice-select {
    width: 100% !important;;
    background-color: transparent !important;;
    border: 1px solid #999999 !important;;
    border-radius: 50px !important;;
    line-height: 23px !important;;
    padding: 10px 20px !important;;
    font-size: 14px !important;;
    height: 45px !important;;
    color: #333333 !important;;
    margin-bottom: 15px !important;; }
.checkout-form .nice-select::after {
    width: 6px !important;;
    height: 6px !important;
    border-width: 1px !important;
    right: 20px !important;
    border-color: #333333 !important; }
.checkout-form .nice-select .current {
    color: #333333 !important;
    display: block !important;
    line-height: 23px !important; }
.checkout-form .nice-select .list {
    width: 100% !important; }

.checkout-form input {
    width: 100% !important;
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    border-radius: 50px !important;
    line-height: 23px !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    color: #333333 !important;
    margin-bottom: 15px !important; }
.checkout-form input[type="checkbox"] {
    width: auto !important; }

.checkout-form .check-box {
    float: left !important;
    margin-right: 70px !important; }
.checkout-form .check-box:last-child {
    margin-right: 0 !important; }
.checkout-form .check-box input[type="checkbox"] {
    display: none !important; }
.checkout-form .check-box input[type="checkbox"] + label {
    position: relative !important;
    padding-left: 30px !important;
    line-height: 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #222222 !important;
    margin: 0 !important; }
.checkout-form .check-box input[type="checkbox"] + label::before {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    border: 2px solid #999999 !important;
    content: "" !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important; }
.checkout-form .check-box input[type="checkbox"] + label::after {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    content: "\f00c" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    opacity: 0 !important;
    color: #222222 !important;
    width: 20px !important;
    text-align: center !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important; }
@media only screen and (max-width: 575px) {
    .checkout-form .check-box input[type="checkbox"] + label {
        margin-top: 20px !important; } }
.checkout-form .check-box input[type="checkbox"]:checked + label::before {
    border: 2px solid #222222 !important; }
.checkout-form .check-box input[type="checkbox"]:checked + label::after {
    opacity: 1 !important; }

/*-- Shipping Form --*/
#shipping-form {
    display: none; }

/*-- Checkout Cart Total --*/
.checkout-cart-total {
    background-color: #f6f6f6;
    padding: 45px; }
@media only screen and (max-width: 479px) {
    .checkout-cart-total {
        padding: 30px 19px; } }
.checkout-cart-total h4 {
    -ms-flex-preferred-size: 18px;
    flex-basis: 18px;
    line-height: 23px;
    font-weight: 700; }
.checkout-cart-total h4:first-child {
    margin-top: 0;
    margin-bottom: 25px; }
.checkout-cart-total h4:last-child {
    margin-top: 15px;
    margin-bottom: 0; }
.checkout-cart-total h4 span {
    float: right;
    display: block; }
.checkout-cart-total ul {
    border-bottom: 1px solid #999999;
    padding: 0;
    margin: 0; }
.checkout-cart-total ul li {
    color: #333333;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    display: block;
    margin-bottom: 16px; }
.checkout-cart-total ul li span {
    color: #222222;
    float: right; }
.checkout-cart-total p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #505050;
    padding: 10px 0;
    border-bottom: 1px solid #999999;
    margin: 0; }
.checkout-cart-total p span {
    float: right; }

/*-- Checkout Payment Method --*/
.checkout-payment-method {
    background-color: #f6f6f6;
    padding: 45px; }
@media only screen and (max-width: 479px) {
    .checkout-payment-method {
        padding: 30px; } }

/*-- Single Payment Method --*/
.single-method {
    margin-bottom: 20px; }
.single-method:last-child {
    margin-bottom: 0; }
.single-method input[type="radio"] {
    display: none; }
.single-method input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin: 0; }
.single-method input[type="radio"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-method input[type="radio"] + label::after {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #222222;
    width: 10px;
    text-align: center;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-method input[type="radio"]:checked + label::before {
    border: 2px solid #222222; }
.single-method input[type="radio"]:checked + label::after {
    opacity: 1; }
.single-method input[type="checkbox"] {
    display: none !important; }
.single-method input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 0; }
.single-method input[type="checkbox"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-method input[type="checkbox"] + label::after {
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #222222;
    width: 8px;
    text-align: center;
    height: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-method input[type="checkbox"]:checked + label::before {
    border: 2px solid #222222; }
.single-method input[type="checkbox"]:checked + label::after {
    opacity: 1; }
.single-method p {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #222222;
    line-height: 23px; }

/*-- Place Order --*/
.place-order {
    background-color: #222222;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    line-height: 24px;
    margin-top: 40px;
    padding: 6px 20px;
    text-transform: uppercase;
    width: 158px; }


.page-title  .heading.heading-h1 {
    font-weight: 600;
    line-height: 1.41;
    font-size: 56px;
}
.page-title .heading {
    font-weight: 600;
    line-height: 1.41;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
}

.pb--50 {
    padding-bottom: 50px;
}

.pt--130 {
    padding-top: 130px;
}

.mb--60 {
    margin-bottom: 60px;
}

.mt--50 {
    margin-top: 50px;
}

.pt--200 {
    padding-top: 200px;
}

.pb--200 {
    padding-bottom: 200px;
}
.pb--600 {
    padding-bottom: 600px;
}

#checkoutform .checkout-title {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

#checkoutform .checkout-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 50px;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}

#checkoutform .checkout-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
}

#checkoutform .checkout-form .nice-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 50px;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #333333;
    margin-bottom: 15px;
}

#checkoutform .checkout-form .check-box:last-child {
    margin-right: 0;
}
#checkoutform .checkout-form .check-box input[type="checkbox"] {
    display: none;
}
#checkoutform .checkout-form .check-box input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin: 0;
}

#thanks {
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 600;
}

#thanks a {
    color: rgb(0, 75, 173) !important;
}

.shop-item .product-details a {
    text-align: center;
}

#video-player {
    display: inline-block;
    max-height: 300px;
    vertical-align: middle;
    width: auto !important;
    margin-left: 100px;
}